jackjlli commented on a change in pull request #5061: Improvements to data
anonymizer tool
URL: https://github.com/apache/incubator-pinot/pull/5061#discussion_r377273727
##########
File path:
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/AnonymizeDataCommand.java
##########
@@ -116,7 +116,8 @@ public boolean execute()
_outputDir,
_avroFileNamePrefix,
filterColumnCardinalityMap,
- columnsToRetainDataFor);
+ columnsToRetainDataFor,
+ true);
Review comment:
You can make it configurable instead of hard coding it as true.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]