danny0405 commented on code in PR #7445:
URL: https://github.com/apache/hudi/pull/7445#discussion_r1087421161


##########
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/util/ConfigUtils.java:
##########
@@ -33,6 +33,12 @@ public class ConfigUtils {
    */
   public static final String IS_QUERY_AS_RO_TABLE = "hoodie.query.as.ro.table";
 
+  /**
+   * Config stored in hive serde properties to tell query engine (spark) the
+   * location to read.
+   */
+  public static final String TABLE_SERDE_PATH = "path";
+

Review Comment:
   A valid refactoring.



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