viirya commented on code in PR #893:
URL: https://github.com/apache/datafusion-comet/pull/893#discussion_r1739171775
##########
spark/src/main/scala/org/apache/spark/sql/comet/CometTakeOrderedAndProjectExec.scala:
##########
@@ -75,12 +75,12 @@ case class CometTakeOrderedAndProjectExec(
childRDD
} else {
val localTopK = if (orderingSatisfies) {
- CometExecUtils.getNativeLimitRDD(childRDD, output, limit)
+ CometExecUtils.getNativeLimitRDD(childRDD, child.output, limit)
Review Comment:
The fix in CometTakeOrderedAndProjectExec is at #896. I included it to
verify it can make this PR passing CI.
--
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]