Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/20433#discussion_r175622969
--- Diff: sql/core/src/test/resources/sql-tests/inputs/interval.sql ---
@@ -0,0 +1,184 @@
+-- Basic tests for intervals
+
+select
+ '1' second,
+ 2 seconds,
--- End diff --
yea. Since `days`, `seconds`, ... seems to be non-sql standard and this is
out-of-scope in this pr, I'll drop these in this pr.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]