Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ AdaptiveSparkPlan (151)
: +- NativeShuffleExchange (81)
: +- NativeProject (80)
: +- NativeSortMergeJoin Inner (79)
: :- ConvertToNative (69)
: : +- * Project (68)
: : +- * SortMergeJoin Inner (67)
: :- NativeProject (69)
: : +- NativeFilter (68)
: : +- NativeSortMergeJoin Inner (67)
: : :- NativeSort (33)
: : : +- InputAdapter (32)
: : : +- AQEShuffleRead (31)
Expand Down Expand Up @@ -440,18 +440,19 @@ Condition : isnotnull((avg(ctr_total_return) * 1.2)#27)
Input [2]: [(avg(ctr_total_return) * 1.2)#27, ctr_store_sk#21]
Arguments: [ctr_store_sk#21 ASC NULLS FIRST], false

(67) SortMergeJoin [codegen id : X]
(67) NativeSortMergeJoin
Left keys [1]: [ctr_store_sk#12]
Right keys [1]: [ctr_store_sk#21]
Join type: Inner
Join condition: (cast(ctr_total_return#13 as decimal(24,7)) > (avg(ctr_total_return) * 1.2)#27)
Join condition: None

(68) Project [codegen id : X]
Output [2]: [ctr_customer_sk#11, ctr_store_sk#12]
(68) NativeFilter
Input [5]: [ctr_customer_sk#11, ctr_store_sk#12, ctr_total_return#13, (avg(ctr_total_return) * 1.2)#27, ctr_store_sk#21]
Condition : (cast(ctr_total_return#13 as decimal(24,7)) > (avg(ctr_total_return) * 1.2)#27)

(69) ConvertToNative
Input [2]: [ctr_customer_sk#11, ctr_store_sk#12]
(69) NativeProject
Output [2]: [ctr_customer_sk#11, ctr_store_sk#12]
Input [5]: [ctr_customer_sk#11, ctr_store_sk#12, ctr_total_return#13, (avg(ctr_total_return) * 1.2)#27, ctr_store_sk#21]

(135) Scan parquet
Output [2]: [s_store_sk#28, s_state#29]
Expand Down
743 changes: 374 additions & 369 deletions dev/auron-it/src/main/resources/tpcds-plan-stability/spark-3.5/q11.txt

Large diffs are not rendered by default.

465 changes: 241 additions & 224 deletions dev/auron-it/src/main/resources/tpcds-plan-stability/spark-3.5/q13.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ AdaptiveSparkPlan (91)
: +- AQEShuffleRead (37)
: +- ShuffleQueryStage (36), Statistics(X)
: +- NativeShuffleExchange (35)
: +- ConvertToNative (34)
: +- * Project (33)
: +- * SortMergeJoin Inner (32)
: +- NativeProject (34)
: +- NativeFilter (33)
: +- NativeSortMergeJoin Inner (32)
: :- NativeSort (23)
: : +- InputAdapter (22)
: : +- AQEShuffleRead (21)
Expand Down Expand Up @@ -225,18 +225,19 @@ Input [3]: [#6#6, #7#7, #8#8]
Input [3]: [#6#6, #7#7, #8#8]
Arguments: [ca_address_sk#6 ASC NULLS FIRST], false

(32) SortMergeJoin [codegen id : X]
(32) NativeSortMergeJoin
Left keys [1]: [c_current_addr_sk#5]
Right keys [1]: [ca_address_sk#6]
Join type: Inner
Join condition: ((substr(ca_zip#8, 1, 5) IN (85669,86197,88274,83405,86475,85392,85460,80348,81792) OR ca_state#7 IN (CA,WA,GA)) OR (cs_sales_price#3 > 500.00))
Join condition: None

(33) Project [codegen id : X]
Output [3]: [cs_sold_date_sk#1, cs_sales_price#3, ca_zip#8]
(33) NativeFilter
Input [6]: [cs_sold_date_sk#1, cs_sales_price#3, c_current_addr_sk#5, #6#6, #7#7, #8#8]
Condition : ((substr(ca_zip#8, 1, 5) IN (85669,86197,88274,83405,86475,85392,85460,80348,81792) OR ca_state#7 IN (CA,WA,GA)) OR (cs_sales_price#3 > 500.00))

(34) ConvertToNative
Input [3]: [cs_sold_date_sk#1, cs_sales_price#3, ca_zip#8]
(34) NativeProject
Output [3]: [cs_sold_date_sk#1, cs_sales_price#3, ca_zip#8]
Input [6]: [cs_sold_date_sk#1, cs_sales_price#3, c_current_addr_sk#5, #6#6, #7#7, #8#8]

(35) NativeShuffleExchange
Input [3]: [cs_sold_date_sk#1, cs_sales_price#3, ca_zip#8]
Expand Down
461 changes: 240 additions & 221 deletions dev/auron-it/src/main/resources/tpcds-plan-stability/spark-3.5/q19.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ AdaptiveSparkPlan (202)
: : +- AQEShuffleRead (100)
: : +- ShuffleQueryStage (99), Statistics(X)
: : +- NativeShuffleExchange (98)
: : +- ConvertToNative (97)
: : +- * Project (96)
: : +- * SortMergeJoin Inner (95)
: : +- NativeProject (97)
: : +- NativeFilter (96)
: : +- NativeSortMergeJoin Inner (95)
: : :- NativeSort (48)
: : : +- InputAdapter (47)
: : : +- AQEShuffleRead (46)
Expand Down Expand Up @@ -605,18 +605,19 @@ Condition : isnotnull((avg(ctr_total_return) * 1.2)#31)
Input [2]: [(avg(ctr_total_return) * 1.2)#31, ctr_state#25]
Arguments: [ctr_state#25 ASC NULLS FIRST], false

(95) SortMergeJoin [codegen id : X]
(95) NativeSortMergeJoin
Left keys [1]: [ctr_state#14]
Right keys [1]: [ctr_state#25]
Join type: Inner
Join condition: (cast(ctr_total_return#15 as decimal(24,7)) > (avg(ctr_total_return) * 1.2)#31)
Join condition: None

(96) Project [codegen id : X]
Output [2]: [ctr_customer_sk#13, ctr_total_return#15]
(96) NativeFilter
Input [5]: [ctr_customer_sk#13, ctr_state#14, ctr_total_return#15, (avg(ctr_total_return) * 1.2)#31, ctr_state#25]
Condition : (cast(ctr_total_return#15 as decimal(24,7)) > (avg(ctr_total_return) * 1.2)#31)

(97) ConvertToNative
Input [2]: [ctr_customer_sk#13, ctr_total_return#15]
(97) NativeProject
Output [2]: [ctr_customer_sk#13, ctr_total_return#15]
Input [5]: [ctr_customer_sk#13, ctr_state#14, ctr_total_return#15, (avg(ctr_total_return) * 1.2)#31, ctr_state#25]

(98) NativeShuffleExchange
Input [2]: [ctr_customer_sk#13, ctr_total_return#15]
Expand Down
Loading
Loading