WangGuangxin commented on code in PR #6646: URL: https://github.com/apache/incubator-gluten/pull/6646#discussion_r1699550018
########## gluten-data/src/main/java/org/apache/gluten/datasource/DatasourceJniWrapper.java: ########## @@ -53,7 +52,7 @@ public long nativeInitDatasource(String filePath, long cSchema, Map<String, Stri public native void close(long dsHandle); - public native void write(long dsHandle, ColumnarBatchInIterator iterator); + public native void writeBatch(long dsHandle, long batchHandler); Review Comment: done -- 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]
