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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]