vinishjail97 commented on code in PR #772:
URL: https://github.com/apache/incubator-xtable/pull/772#discussion_r2641210065


##########
xtable-core/src/main/java/org/apache/xtable/hudi/HudiTableManager.java:
##########
@@ -54,6 +56,10 @@ public class HudiTableManager {
       "org.apache.hudi.keygen.TimestampBasedKeyGenerator";
   private static final String COMPLEX_KEY_GENERATOR = 
"org.apache.hudi.keygen.ComplexKeyGenerator";
   private static final String SIMPLE_KEY_GENERATOR = 
"org.apache.hudi.keygen.SimpleKeyGenerator";
+  // Hudi 1.x spark query defaults to "default" database and spark read query 
picks up delta
+  // instead, 0.x doesn't have the same problem.
+  // TODO: https://app.clickup.com/t/18029943/ENG-23339
+  private static final String DEFAULT_DATABASE_NAME = "default_hudi";

Review Comment:
   Nope.



-- 
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]

Reply via email to