You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/15 03:34:41 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #4669: [HUDI-3239] Convert `BaseHoodieTableFileIndex` to Java

vinothchandar commented on a change in pull request #4669:
URL: https://github.com/apache/hudi/pull/4669#discussion_r806419883



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/model/HoodieTableQueryType.java
##########
@@ -30,7 +30,7 @@
  * </ol>
  */
 public enum HoodieTableQueryType {
-  QUERY_TYPE_SNAPSHOT,
-  QUERY_TYPE_INCREMENTAL,
-  QUERY_TYPE_READ_OPTIMIZED
+  SNAPSHOT,

Review comment:
       I don't blame @nsivabalan for the PTSD :) Good to see the paranoia. Thats the first thought that flashed into my mind as well




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org