JingsongLi commented on code in PR #7034:
URL: https://github.com/apache/paimon/pull/7034#discussion_r2689178741


##########
paimon-core/src/main/java/org/apache/paimon/table/source/DataSplit.java:
##########
@@ -58,11 +59,11 @@
 import static org.apache.paimon.utils.Preconditions.checkState;
 
 /** Input splits. Needed by most batch computation engines. */
-public class DataSplit implements Split {
+public class DataSplit implements QueryAuthSplit {

Review Comment:
   Don't modify DataSplit, just create a new class to wrap it.
   DataSplit has a heavy historical burden, and we need to ensure its 
compatibility. Its serialization protocol is related to multiple languages.



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