vinodkc commented on code in PR #53312:
URL: https://github.com/apache/spark/pull/53312#discussion_r3488272485
##########
sql/core/src/test/scala/org/apache/spark/sql/StatisticsCollectionTestBase.scala:
##########
@@ -68,6 +69,14 @@ abstract class StatisticsCollectionTestBase extends
QueryTest with SQLTestUtils
t2.setNanos(987654000)
private val tsNTZ2 = LocalDateTime.parse(t2Str.replace(" ", "T"))
+ // Time test values
+ private val time1Str = "10:30:45.123456"
+ private val time1 = LocalTime.parse(time1Str)
+ private val time1Internal = localTimeToNanos(time1)
Review Comment:
Fixed, `time1Internal` and `time2Internal` are now used to populate the
expected histogram bins for `ctime` in `statsWithHgm`
--
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]