cloud-fan commented on code in PR #41094:
URL: https://github.com/apache/spark/pull/41094#discussion_r1188378325


##########
sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/in-nulls.sql:
##########
@@ -0,0 +1,15 @@
+create table t0(t0a int not null, t0b int) using parquet;

Review Comment:
   we usually create temp views in the test, as tables are persistent and may 
affect other test cases.



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