stevomitric commented on code in PR #58708:
URL: https://github.com/apache/spark/pull/58708#discussion_r3989137185
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala:
##########
@@ -3503,6 +3503,9 @@ case class Flatten(child: Expression) extends
UnaryExpression
Supported types are: byte, short, integer, long, date, timestamp.
+ The timestamp types include the nanosecond-precision timestamp types;
their generated values
+ advance on the microsecond grid and keep the start value's
sub-microsecond fraction.
+
Review Comment:
yes, this should be fixed now. The bound now uses the full (epochMicros,
fraction) value.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]