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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java:
##########
@@ -146,6 +146,24 @@ default Comparable<?> getOrderingValue() {
     return 0;
   }
 
+  /**
+   * This method can be used to enable projection push down for the payload to 
trim columns.
+   * @return true if projection push down is enabled, false otherwise.
+   */
+  @PublicAPIMethod(maturity = ApiMaturityLevel.EVOLVING)
+  default boolean enableProjectionPushDown() {
+    return false;
+  }
+

Review Comment:
   We better not add interfaces on the payload class, they have been deprecated.



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