Mesut-Doner commented on code in PR #8399:
URL: https://github.com/apache/paimon/pull/8399#discussion_r3519367637


##########
paimon-core/src/main/java/org/apache/paimon/catalog/TableQueryAuthResult.java:
##########
@@ -229,8 +228,7 @@ public Predicate visit(LeafPredicate predicate) {
                                         "Unable to read data without column %s 
when row filter enabled.",
                                         fieldName));
                     }
-                    DataType type = outputRowType.getTypeAt(newIndex);
-                    newInputs.add(new FieldRef(newIndex, fieldName, type));
+                    newInputs.add(ref.withIndex(newIndex));

Review Comment:
   thanks sir. for your reviews improved me



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