morningman commented on code in PR #35309:
URL: https://github.com/apache/doris/pull/35309#discussion_r1612928666


##########
fe/be-java-extensions/paimon-scanner/src/main/java/org/apache/doris/paimon/PaimonJniScanner.java:
##########
@@ -107,6 +107,11 @@ public void open() throws IOException {
 
     private void initReader() throws IOException {
         ReadBuilder readBuilder = table.newReadBuilder();
+        if (this.fields.length != this.paimonAllFieldNames.size()) {
+            throw new IOException(
+                    String.format("The jni reader fields' size {%s} is not 
matched with paimon fields' size {%s}",

Review Comment:
   ```suggestion
                       String.format("The jni reader fields' size {%s} is not 
matched with paimon fields' size {%s}. Please refresh table and try again",
   ```



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to