Skip to content
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

Update cudf JNI version to 22.12.0-SNAPSHOT #11764

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

pxLi
Copy link
Member

@pxLi pxLi commented Sep 26, 2022

Description

Update JNI version to 22.12.0-SNAPSHOT

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@pxLi pxLi added Java Affects Java cuDF API. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 26, 2022
@pxLi pxLi requested a review from a team as a code owner September 26, 2022 01:27
@pxLi
Copy link
Member Author

pxLi commented Sep 26, 2022

Will rerun the test when CI of 22.12 is available

@pxLi
Copy link
Member Author

pxLi commented Sep 28, 2022

rerun tests

@pxLi
Copy link
Member Author

pxLi commented Sep 28, 2022

looks like must wait for #11789 before we could pass the pre-merge CI

@pxLi
Copy link
Member Author

pxLi commented Sep 29, 2022

rerun tests

@pxLi
Copy link
Member Author

pxLi commented Sep 29, 2022

will wait for #11816 to unblock CI

@pxLi
Copy link
Member Author

pxLi commented Sep 30, 2022

rerun tests

@pxLi
Copy link
Member Author

pxLi commented Sep 30, 2022

unrelated test failures. still no clean CI pass for branch-22.12

13:15:17 �[32m┌──────────────────────────────────────┐�[0m
13:15:17 �[32m|    Python py.test for strings_udf    |�[0m
13:15:17 �[32m└──────────────────────────────────────┘�[0m
13:15:17 
13:15:23 ImportError while loading conftest '/workspace/python/cudf/cudf/tests/conftest.py'.
13:15:23 tests/conftest.py:13: in <module>
13:15:23     import cudf
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/cudf/__init__.py:20: in <module>
13:15:23     from cudf.core.algorithms import factorize
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/cudf/core/algorithms.py:9: in <module>
13:15:23     from cudf.core.indexed_frame import IndexedFrame
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/cudf/core/indexed_frame.py:60: in <module>
13:15:23     from cudf.core.udf.utils import (
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/cudf/core/udf/__init__.py:32: in <module>
13:15:23     from . import strings_lowering  # isort: skip
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/cudf/core/udf/strings_lowering.py:11: in <module>
13:15:23     from strings_udf.lowering import (
13:15:23 /opt/conda/envs/rapids/lib/python3.8/site-packages/strings_udf/lowering.py:18: in <module>
13:15:23     character_flags_table_ptr = get_character_flags_table_ptr()
13:15:23 tables.pyx:13: in strings_udf._lib.tables.get_character_flags_table_ptr
13:15:23     ???
13:15:23 E   RuntimeError: Fatal CUDA error encountered at: /workspace/.conda-bld/work/cpp/src/strings/utilities.cu:96: 222 unrecognized error code unrecognized error code

@pxLi
Copy link
Member Author

pxLi commented Sep 30, 2022

rerun tests

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@59847c1). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12   #11764   +/-   ##
===============================================
  Coverage                ?   87.52%           
===============================================
  Files                   ?      133           
  Lines                   ?    21825           
  Branches                ?        0           
===============================================
  Hits                    ?    19103           
  Misses                  ?     2722           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pxLi
Copy link
Member Author

pxLi commented Oct 3, 2022

rerun tests

@pxLi
Copy link
Member Author

pxLi commented Oct 4, 2022

rerun tests

@ttnghia
Copy link
Contributor

ttnghia commented Oct 4, 2022

You may need to upstream.

@revans2
Copy link
Contributor

revans2 commented Oct 4, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 7d173c9 into rapidsai:branch-22.12 Oct 4, 2022
@pxLi
Copy link
Member Author

pxLi commented Oct 5, 2022

You may need to upstream.

this commit testing against CI is merged SHA from github, that commit should always be update-to-date when trigger unless merge conflict ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants