cboumalh commented on code in PR #51298: URL: https://github.com/apache/spark/pull/51298#discussion_r2311369593
########## sql/core/src/test/resources/sql-tests/inputs/thetasketch.sql: ########## @@ -0,0 +1,493 @@ +-- Positive test cases +-- Create tables with two columns for each data type + +-- Integer table +DROP TABLE IF EXISTS t_int; +CREATE TABLE t_int AS Review Comment: Thank you for all the helpful comments!! -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org