@@ -77,7 +77,7 @@ TakeOrderedAndProject (73)
7777(1) Scan parquet default.customer
7878Output [8]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_preferred_cust_flag#5, c_birth_country#6, c_login#7, c_email_address#8]
7979Batched: true
80- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /customer]
80+ Location [not included in comparison]/{warehouse_dir} /customer]
8181PushedFilters: [IsNotNull(c_customer_sk), IsNotNull(c_customer_id)]
8282ReadSchema: struct<c_customer_sk:int,c_customer_id:string,c_first_name:string,c_last_name:string,c_preferred_cust_flag:string,c_birth_country:string,c_login:string,c_email_address:string>
8383
@@ -91,7 +91,7 @@ Condition : (isnotnull(c_customer_sk#1) AND isnotnull(c_customer_id#2))
9191(4) Scan parquet default.store_sales
9292Output [4]: [ss_sold_date_sk#9, ss_customer_sk#10, ss_ext_discount_amt#11, ss_ext_list_price#12]
9393Batched: true
94- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /store_sales]
94+ Location [not included in comparison]/{warehouse_dir} /store_sales]
9595PushedFilters: [IsNotNull(ss_customer_sk), IsNotNull(ss_sold_date_sk)]
9696ReadSchema: struct<ss_sold_date_sk:int,ss_customer_sk:int,ss_ext_discount_amt:decimal(7,2),ss_ext_list_price:decimal(7,2)>
9797
@@ -118,7 +118,7 @@ Input [12]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_
118118(10) Scan parquet default.date_dim
119119Output [2]: [d_date_sk#14, d_year#15]
120120Batched: true
121- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /date_dim]
121+ Location [not included in comparison]/{warehouse_dir} /date_dim]
122122PushedFilters: [IsNotNull(d_year), EqualTo(d_year,2001), IsNotNull(d_date_sk)]
123123ReadSchema: struct<d_date_sk:int,d_year:int>
124124
@@ -167,7 +167,7 @@ Condition : (isnotnull(year_total#22) AND (year_total#22 > 0.00))
167167(20) Scan parquet default.customer
168168Output [8]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_preferred_cust_flag#5, c_birth_country#6, c_login#7, c_email_address#8]
169169Batched: true
170- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /customer]
170+ Location [not included in comparison]/{warehouse_dir} /customer]
171171PushedFilters: [IsNotNull(c_customer_sk), IsNotNull(c_customer_id)]
172172ReadSchema: struct<c_customer_sk:int,c_customer_id:string,c_first_name:string,c_last_name:string,c_preferred_cust_flag:string,c_birth_country:string,c_login:string,c_email_address:string>
173173
@@ -193,7 +193,7 @@ Input [12]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_
193193(26) Scan parquet default.date_dim
194194Output [2]: [d_date_sk#14, d_year#15]
195195Batched: true
196- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /date_dim]
196+ Location [not included in comparison]/{warehouse_dir} /date_dim]
197197PushedFilters: [IsNotNull(d_year), EqualTo(d_year,2002), IsNotNull(d_date_sk)]
198198ReadSchema: struct<d_date_sk:int,d_year:int>
199199
@@ -251,7 +251,7 @@ Input [5]: [customer_id#21, year_total#22, customer_id#28, customer_preferred_cu
251251(38) Scan parquet default.customer
252252Output [8]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_preferred_cust_flag#5, c_birth_country#6, c_login#7, c_email_address#8]
253253Batched: true
254- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /customer]
254+ Location [not included in comparison]/{warehouse_dir} /customer]
255255PushedFilters: [IsNotNull(c_customer_sk), IsNotNull(c_customer_id)]
256256ReadSchema: struct<c_customer_sk:int,c_customer_id:string,c_first_name:string,c_last_name:string,c_preferred_cust_flag:string,c_birth_country:string,c_login:string,c_email_address:string>
257257
@@ -265,7 +265,7 @@ Condition : (isnotnull(c_customer_sk#1) AND isnotnull(c_customer_id#2))
265265(41) Scan parquet default.web_sales
266266Output [4]: [ws_sold_date_sk#32, ws_bill_customer_sk#33, ws_ext_discount_amt#34, ws_ext_list_price#35]
267267Batched: true
268- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /web_sales]
268+ Location [not included in comparison]/{warehouse_dir} /web_sales]
269269PushedFilters: [IsNotNull(ws_bill_customer_sk), IsNotNull(ws_sold_date_sk)]
270270ReadSchema: struct<ws_sold_date_sk:int,ws_bill_customer_sk:int,ws_ext_discount_amt:decimal(7,2),ws_ext_list_price:decimal(7,2)>
271271
@@ -343,7 +343,7 @@ Input [6]: [customer_id#21, year_total#22, customer_preferred_cust_flag#29, year
343343(58) Scan parquet default.customer
344344Output [8]: [c_customer_sk#1, c_customer_id#2, c_first_name#3, c_last_name#4, c_preferred_cust_flag#5, c_birth_country#6, c_login#7, c_email_address#8]
345345Batched: true
346- Location: InMemoryFileIndex [file:/Users/yi.wu/IdeaProjects/spark/sql/core/spark-warehouse/org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite /customer]
346+ Location [not included in comparison]/{warehouse_dir} /customer]
347347PushedFilters: [IsNotNull(c_customer_sk), IsNotNull(c_customer_id)]
348348ReadSchema: struct<c_customer_sk:int,c_customer_id:string,c_first_name:string,c_last_name:string,c_preferred_cust_flag:string,c_birth_country:string,c_login:string,c_email_address:string>
349349
0 commit comments