ahshahid commented on code in PR #53838:
URL: https://github.com/apache/spark/pull/53838#discussion_r2699832388


##########
sql/core/src/test/resources/tpcds-plan-stability/approved-plans-v1_4/q5/simplified.txt:
##########
@@ -110,10 +110,11 @@ TakeOrderedAndProject [channel,id,sales,returns,profit]
                                                   InputAdapter
                                                     BroadcastExchange #8
                                                       WholeStageCodegen (14)
-                                                        ColumnarToRow
-                                                          InputAdapter
-                                                            Scan parquet 
spark_catalog.default.web_returns 
[wr_item_sk,wr_order_number,wr_return_amt,wr_net_loss,wr_returned_date_sk]
-                                                              ReusedSubquery 
[d_date_sk] #1
+                                                        Filter 
[wr_item_sk,wr_order_number]

Review Comment:
   This is the IsNotNull filter which is missed.



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

Reply via email to