-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Implement remaining CAST tests #356
Conversation
// https://github.com/apache/datafusion-comet/issues/311 | ||
test("cast BooleanType to ByteType") { | ||
castTest(generateBools(), DataTypes.ByteType) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not supported before and supported now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Thanks.
During the docker build, additional repos are added which still use mirrorlist.
Which issue does this PR close?
Part of #286
Rationale for this change
Implement more tests.
Status:
What changes are included in this PR?
ignore
totest
How are these changes tested?