andygrove commented on code in PR #356:
URL: https://github.com/apache/datafusion-comet/pull/356#discussion_r1585773194
##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -87,13 +87,11 @@ class CometCastSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
// CAST from BooleanType
- ignore("cast BooleanType to ByteType") {
- // https://github.com/apache/datafusion-comet/issues/311
+ test("cast BooleanType to ByteType") {
castTest(generateBools(), DataTypes.ByteType)
}
Review Comment:
Not quite. It was disabled before and now it is enabled. With this PR, I
enabled all of the tests and then kept the ones that are passing.
--
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]