MaxGekk commented on code in PR #50456: URL: https://github.com/apache/spark/pull/50456#discussion_r2020237550
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/hash.scala: ########## @@ -256,6 +256,8 @@ case class Crc32(child: Expression) * input with seed. * - binary: use murmur3 to hash the bytes with seed. * - string: get the bytes of string and hash it. + * - time: it store long value of `microseconds` since the midnight, use Review Comment: ```suggestion * - time: it stores long value of `microseconds` since the midnight, use ``` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org