-
Notifications
You must be signed in to change notification settings - Fork 237
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
Avoid unapply on PromotePrecision [databricks] #4583
Conversation
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
build |
Looks like an abrupt connection loss on the Databricks instance. Rekicking. |
build |
looks like the databricks test timed out in some way.
|
build |
increased timeout did not help. looks like the parallel test on DB 9.1 could stuck there for a long time
time now is 2022-01-21T04:25:02 comparing to 2022-01-21T03:41:23.249Z this reminds me about an elder issue #1811, not sure what else did they change to 9.1 runtime except function signature |
for an internal test, per the test log
To download the log: scala-test-detailed-output.log |
I think I found the tests that are hanging, see #4599. I'll skip these tests in this PR to unblock the Databricks build. |
build |
Fixes #4581. DB9.1 added an extra argument to
PromotePrecision
which is not critical to our usage, so this changes the code to avoid using unapply to side-step the incompatibility between DB9.1 and other Spark versions.