aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/sqlgen/range_with_splits.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/hive/src/test/resources/sqlgen/range_with_splits.sql')
-rw-r--r--sql/hive/src/test/resources/sqlgen/range_with_splits.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/hive/src/test/resources/sqlgen/range_with_splits.sql b/sql/hive/src/test/resources/sqlgen/range_with_splits.sql
new file mode 100644
index 0000000000..83d637d54a
--- /dev/null
+++ b/sql/hive/src/test/resources/sqlgen/range_with_splits.sql
@@ -0,0 +1,4 @@
+-- This file is automatically generated by LogicalPlanToSQLSuite.
+select * from range(1, 100, 20, 10)
+--------------------------------------------------------------------------------
+SELECT `gen_attr_0` AS `id` FROM (SELECT `gen_attr_0` FROM (SELECT id AS `gen_attr_0` FROM range(1, 100, 20, 10)) AS gen_subquery_0) AS gen_subquery_1