-
Notifications
You must be signed in to change notification settings - Fork 901
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
[JNI] Disable testChunkedPackTwoPasses for now #15210
[JNI] Disable testChunkedPackTwoPasses for now #15210
Conversation
Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
/ok to test |
The python builds are failing, and I am not entirely sure why. This passes java tests and that's the only change made. Could/should this be admin merged? |
/ok to test |
The python failures are fixed by this PR: #15212 |
Your PR is blocked by the Java tests that my PR will fix (sadly). @galipremsagar do you want to subsume my pr and add it to yours? It may make this go a lot faster. We can try rerunning Java tests in yours, or admin merge my PR as well. |
This is a follow on from #15210. We bring back the test and fix it so it copies from the right buffer this time. I also set the original column to have some values and nulls, to make sure we are checking something interesting. Authors: - Alessandro Bellina (https://github.com/abellina) Approvers: - Nghia Truong (https://github.com/ttnghia) - Gera Shegalov (https://github.com/gerashegalov) URL: #15220
This relates to #15209 and is a temporary fix to stop breaking the CI for everyone.
We are going to continue investigating the failure in
TableTest.testchunkedPackTwoPasses
.