wForget commented on code in PR #3930:
URL: https://github.com/apache/datafusion-comet/pull/3930#discussion_r3091296157
##########
spark/src/main/scala/org/apache/spark/sql/comet/operators.scala:
##########
@@ -370,6 +370,29 @@ object CometExec {
encryptedFilePaths)
}
+ /**
+ * Create a CometExecIterator with pre-built input iterators (e.g.,
CometHandleBatchIterator).
+ * Bypasses the normal CometBatchIterator wrapping.
+ */
+ def getCometIteratorWithHandleInputs(
+ handleInputs: Array[Object],
Review Comment:
If this method only accepts `CometHandleBatchIterator` input, it would be
better to set it to strong type. `handleInputs: Array[CometHandleBatchIterator]`
--
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]