yaooqinn commented on a change in pull request #31012:
URL: https://github.com/apache/spark/pull/31012#discussion_r564988567



##########
File path: 
sql/core/src/test/resources/tpcds-plan-stability/approved-plans-modified/q27.sf100/explain.txt
##########
@@ -128,15 +128,15 @@ Input [9]: [ss_item_sk#1, ss_cdemo_sk#2, ss_store_sk#3, 
ss_quantity#4, ss_list_p
 Output [4]: [cd_demo_sk#13, cd_gender#14, cd_marital_status#15, 
cd_education_status#16]
 Batched: true
 Location [not included in comparison]/{warehouse_dir}/customer_demographics]
-PushedFilters: [IsNotNull(cd_gender), IsNotNull(cd_marital_status), 
IsNotNull(cd_education_status), EqualTo(cd_gender,F), 
EqualTo(cd_marital_status,D), EqualTo(cd_education_status,Primary), 
IsNotNull(cd_demo_sk)]
+PushedFilters: [IsNotNull(cd_gender), IsNotNull(cd_marital_status), 
IsNotNull(cd_education_status), EqualTo(cd_gender,F), 
EqualTo(cd_marital_status,D), EqualTo(cd_education_status,Primary             
), IsNotNull(cd_demo_sk)]

Review comment:
       the `dsdgen` tool would produce fixed-length strings for char values in 
the original data, so we should pad accordingly to match correctlly




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to