AshinGau commented on code in PR #19990:
URL: https://github.com/apache/doris/pull/19990#discussion_r1232105221


##########
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/JniScanner.java:
##########
@@ -41,6 +42,9 @@ public abstract class JniScanner {
     // Scan data and save as vector table
     protected abstract int getNext() throws IOException;
 
+    // parse table schema
+    public abstract TableSchema parseTableSchema() throws IOException;

Review Comment:
   Maybe a protected method.



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

Reply via email to