cfmcgrady commented on code in PR #4710:
URL: https://github.com/apache/kyuubi/pull/4710#discussion_r1172416558
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/sql/kyuubi/SparkDatasetHelper.scala:
##########
@@ -51,6 +51,8 @@ object SparkDatasetHelper extends Logging {
doCollectLimit(collectLimit)
case collectLimit: CollectLimitExec if collectLimit.limit < 0 =>
executeArrowBatchCollect(collectLimit.child)
+ case localTableScan: LocalTableScanExec =>
+ doLocalTableScan(localTableScan)
Review Comment:
filed a PR on https://github.com/apache/spark/pull/40875, and will send a
follow-up once Spark has addressed this issue.
--
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]