cboumalh commented on code in PR #51298:
URL: https://github.com/apache/spark/pull/51298#discussion_r2311342739


##########
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:
   I see that makes sense. The reason some are out of order is because I wanted 
there to be elements that exist in both columns. If I follow the pattern you 
gave, the intersection between the two columns will always be zero. Edit: I'll 
create some overlap between intervals and follow the pattern.



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

Reply via email to