alexeykudinkin commented on a change in pull request #4106:
URL: https://github.com/apache/hudi/pull/4106#discussion_r765335110
##########
File path:
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/index/columnstats/ColumnStatsIndexHelper.java
##########
@@ -79,13 +71,11 @@
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
-import scala.collection.JavaConversions;
-
import static org.apache.hudi.util.DataTypeUtils.areCompatible;
-public class ZOrderingIndexHelper {
+public class ColumnStatsIndexHelper {
Review comment:
Right now it's only scoped to interface w/ CS Index so i'd much rather
keep it tight, and if we would want to expand its scope in the future we will
rename accordingly
--
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]