MaxGekk commented on a change in pull request #32176:
URL: https://github.com/apache/spark/pull/32176#discussion_r614061179
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala
##########
@@ -2502,12 +2503,17 @@ case class Flatten(child: Expression) extends
UnaryExpression with NullIntoleran
[1,2,3,4,5]
> SELECT _FUNC_(5, 1);
[5,4,3,2,1]
+ > SET spark.sql.legacy.interval.enabled=true;
+ spark.sql.legacy.interval.enabled true
Review comment:
Created JIRA SPARK-35088 for ANSI intervals
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]