alexeykudinkin commented on a change in pull request #5181:
URL: https://github.com/apache/hudi/pull/5181#discussion_r840110750
##########
File path:
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/index/columnstats/ColumnStatsIndexHelper.java
##########
@@ -63,9 +63,10 @@
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
+// TODO merge w/ ColumnStatsIndexSupport
public class ColumnStatsIndexHelper {
- private static final String COLUMN_STATS_INDEX_FILE_COLUMN_NAME = "file";
+ private static final String COLUMN_STATS_INDEX_FILE_COLUMN_NAME = "fileName";
Review comment:
Correct
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]