wzhero1 commented on code in PR #6933:
URL: https://github.com/apache/paimon/pull/6933#discussion_r2711049212


##########
paimon-core/src/main/java/org/apache/paimon/table/system/AuditLogTable.java:
##########
@@ -234,6 +249,11 @@ public InnerTableRead newRead() {
 
     @Override
     public Table copy(Map<String, String> dynamicOptions) {
+        if (Boolean.parseBoolean(
+                
dynamicOptions.getOrDefault(TABLE_READ_SEQUENCE_NUMBER_ENABLED.key(), 
"false"))) {
+            throw new UnsupportedOperationException(
+                    "table-read.sequence-number.enabled is not supported by 
hint.");
+        }

Review Comment:
   hint is not supported by this feature, discuss from here,maybe supported 
later: https://github.com/apache/paimon/pull/6933#discussion_r2675445601



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