yuzelin commented on code in PR #6933:
URL: https://github.com/apache/paimon/pull/6933#discussion_r2710780512
##########
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:
Why not supported by hint?
--
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]