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

Add Arrow scanning for fixed size list #3259

Merged
merged 6 commits into from
Apr 17, 2024
Merged

Conversation

manh9203
Copy link
Contributor

This PR resolved the issue #3237.

@manh9203 manh9203 linked an issue Apr 11, 2024 that may be closed by this pull request
Copy link
Contributor

@andyfengHKU andyfengHKU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM can @mxwli take another look here.

tools/python_api/test/test_df_pyarrow.py Show resolved Hide resolved
@mxwli
Copy link
Contributor

mxwli commented Apr 12, 2024

Looks good 👍

@mxwli
Copy link
Contributor

mxwli commented Apr 12, 2024

While reading this code, I found a part of the code that I had overlooked previously. I've applied fixes to other datatypes (will be in a different PR), and am pushing a fix specific to fixed-list to this branch.

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.63%. Comparing base (bbaeb60) to head (d7620a1).
Report is 19 commits behind head on master.

❗ Current head d7620a1 differs from pull request most recent head f0b7f53. Consider uploading reports for the commit f0b7f53 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3259      +/-   ##
==========================================
+ Coverage   92.61%   92.63%   +0.01%     
==========================================
  Files        1170     1170              
  Lines       44296    44320      +24     
==========================================
+ Hits        41025    41055      +30     
+ Misses       3271     3265       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@manh9203 manh9203 merged commit f6a629c into master Apr 17, 2024
17 checks passed
@manh9203 manh9203 deleted the arrow-scan-fixed-list branch April 17, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrow Scanning for ARRAY types
3 participants