Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/21240#discussion_r186663637
--- Diff:
sql/core/src/test/resources/sql-tests/inputs/udtf_replicate_rows.sql ---
@@ -0,0 +1,41 @@
+CREATE TEMPORARY VIEW tab1 AS SELECT * FROM VALUES
+ (1, 'row1', 1.1),
+ (2, 'row2', 2.2),
+ (0, 'row3', 3.3),
+ (-1,'row4', 4.4),
--- End diff --
The current behaviour of the negative value case is the same with the hive
one?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]