cloud-fan commented on code in PR #57013:
URL: https://github.com/apache/spark/pull/57013#discussion_r3603405160
##########
sql/core/src/test/scala/org/apache/spark/sql/ApproxTopKSuite.scala:
##########
@@ -623,6 +644,28 @@ class ApproxTopKSuite extends SharedSparkSession {
checkMixedTypeError(mixedDateTimeTypes)
}
+ // TIME parallel of the test above: TIME(3) and TIME(6) widen to TIME(6) at
UNION via
Review Comment:
"Counterpart" is the natural term for the corresponding TIME test.
```suggestion
// TIME counterpart to the test above: TIME(3) and TIME(6) widen to
TIME(6) at UNION via
```
--
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]