Fokko commented on code in PR #7698:
URL: https://github.com/apache/iceberg/pull/7698#discussion_r1205876714


##########
python/dev/provision.py:
##########
@@ -59,78 +44,142 @@
 
 spark.sql(
     """
-  DROP TABLE IF EXISTS test_null_nan_rewritten;
+  CREATE OR REPLACE TABLE default.test_null_nan_rewritten
+  USING iceberg
+  AS SELECT * FROM default.test_null_nan
 """
 )
 
 spark.sql(
     """
-  CREATE TABLE test_null_nan_rewritten
-  USING iceberg
-  AS SELECT * FROM test_null_nan
+CREATE OR REPLACE TABLE default.test_limit

Review Comment:
   I like it, thanks!



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