ulysses-you commented on code in PR #5799:
URL: https://github.com/apache/incubator-gluten/pull/5799#discussion_r1606288338
##########
cpp/core/jni/JniWrapper.cc:
##########
@@ -580,17 +583,28 @@
Java_org_apache_gluten_vectorized_NativeColumnarToRowJniWrapper_nativeColumnarTo
JNIEnv* env,
jobject wrapper,
jlong batchHandle,
- jlong c2rHandle) {
+ jlong c2rHandle,
+ jlong rowId) {
Review Comment:
Can we pass a range [startRowId, endRowId) to naitve ? I think it should be
more clear to use the config at java side.
--
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]