Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Format type #409

Merged
merged 3 commits into from
Jul 22, 2022
Merged

Removed Format type #409

merged 3 commits into from
Jul 22, 2022

Conversation

RavirajBaraiya
Copy link
Contributor

New PR without conflicts

@RavirajBaraiya RavirajBaraiya mentioned this pull request Jul 19, 2022
Copy link
Member

@sonalgoyal sonalgoyal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deletions should not be there.

p.setProp(FilePipe.LOCATION, args.getBlockFile());
p.setMode(SaveMode.Overwrite);
return p;
}

public static String getPipesAsString(Pipe[] pipes) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not delete this but write it properly by looping.


public long getStartTime() {
return this.startTime;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these removed?

@@ -140,8 +122,6 @@ public void postMetrics() {
Analytics.track(Metric.TOTAL_FIELDS_COUNT, args.getFieldDefinition().size(), collectMetrics);
Analytics.track(Metric.MATCH_FIELDS_COUNT, DSUtil.getFieldDefinitionFiltered(args, MatchType.DONT_USE).size(),
collectMetrics);
Analytics.track(Metric.DATA_FORMAT, PipeUtil.getPipesAsString(args.getData()), collectMetrics);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should not be removed

@sonalgoyal sonalgoyal merged commit a262b0e into zinggAI:0.3.4 Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants