You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sub-issue from #8666
Test compatibility between pyarrow and GPU.
write/read by pyarrow and write/read by GPU
try to generate files in parquet testing cases on pyarrow to test corner case. Refer to related test cases
It's hard to for pyarrow API to generate these kind of files via current pyarrow API, so remove this item. And add the following item.
Try to use different parameters for pyarrow API to generate parquet file, then compare compatibility.
CPU encodings: BIT_PACKED,RLE,PLAIN_DICTIONARY.
GPU encodings: RLE,PLAIN,PLAIN_DICTIONARY.
The GPU reading pyarrow generated file may fail because of different encodings.
The text was updated successfully, but these errors were encountered:
res-life
changed the title
Written/read by pyarrow and read/written by GPU. Generate files in parquet testing cases. CPU encodings: BIT_PACKED,RLE,PLAIN_DICTIONARY. GPU encodings: RLE,PLAIN,PLAIN_DICTIONARY. The GPU reading pyarrow generated file may fail because of different encodings.
Written/read by pyarrow and read/written by GPU.
Sep 22, 2023
res-life
changed the title
Written/read by pyarrow and read/written by GPU.
write/read by pyarrow and write/read by GPU.
Sep 22, 2023
This is a sub-issue from #8666
Test compatibility between pyarrow and GPU.
try to generate files in parquet testing cases on pyarrow to test corner case. Refer to related test casesIt's hard to for pyarrow API to generate these kind of files via current pyarrow API, so remove this item. And add the following item.
CPU encodings: BIT_PACKED,RLE,PLAIN_DICTIONARY.
GPU encodings: RLE,PLAIN,PLAIN_DICTIONARY.
The GPU reading pyarrow generated file may fail because of different encodings.
The text was updated successfully, but these errors were encountered: