jchen5 commented on code in PR #41094:
URL: https://github.com/apache/spark/pull/41094#discussion_r1189236634


##########
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:
   How do I define a column as `not null` in a temp view? Is it possible?
   
   If not, I can drop the tables at the end of the test.



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