comphead commented on code in PR #4870:
URL: https://github.com/apache/datafusion-comet/pull/4870#discussion_r3772158201
##########
spark/src/test/resources/tpcds-plan-stability/approved-plans-v1_4-spark4_0/q44/extended.txt:
##########
@@ -7,52 +7,48 @@ CometColumnarToRow
: :- CometProject
: : +- CometSortMergeJoin
: : :- CometSort
- : : : +- CometColumnarExchange
- : : : +- Project
- : : : +- Filter
- : : : +- Window
- : : : +- WindowGroupLimit [COMET:
WindowGroupLimit is not supported]
- : : : +- CometColumnarToRow
- : : : +- CometSort
- : : : +- CometColumnarExchange
- : : : +- WindowGroupLimit [COMET:
WindowGroupLimit is not supported]
- : : : +- CometColumnarToRow
- : : : +- CometSort
- : : : +- CometFilter
- : : : : +- Subquery
- : : : : +-
CometColumnarToRow
- : : : : +-
CometHashAggregate
- : : : : +-
CometExchange
- : : : : +-
CometHashAggregate
- : : : :
+- CometProject
- : : : :
+- CometFilter
- : : : :
+- CometNativeScan parquet spark_catalog.default.store_sales
+ : : : +- CometExchange
+ : : : +- CometProject
+ : : : +- CometFilter
+ : : : +- CometWindowExec
+ : : : +- CometWindowGroupLimitExec
+ : : : +- CometSort
+ : : : +- CometExchange
+ : : : +- CometWindowGroupLimitExec
+ : : : +- CometSort
+ : : : +- CometFilter
+ : : : : +- Subquery
Review Comment:
Interesting, we dont support Subquery? 🤔
--
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]