-
Notifications
You must be signed in to change notification settings - Fork 152
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
run test on pull request. #160
Conversation
zeotuan
commented
Sep 23, 2024
•
edited
Loading
edited
- Run Test on Pull Request
- Separate native (unsafe) functions to a separate project
) | ||
) | ||
val path = new java.io.File("./tmp/blowup/example").getCanonicalPath | ||
val e = intercept[org.apache.spark.sql.AnalysisException] { |
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.
Removed since newer spark version no longer has problem handling this
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.
We can improve to only run the project changed in the pr in the future.
Good Idea. Let's me add a Task or Issue for that |