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

[python] Use C++ DataFrame bindings for create and writes #2431

Merged
merged 7 commits into from
Apr 22, 2024

Conversation

nguyenv
Copy link
Member

@nguyenv nguyenv commented Apr 10, 2024

Issue and/or context: #2427

Part of larger branch #2367

Changes:

Remove TileDB-Py usage for DataFrame by using create and write C++ bindings.

@nguyenv nguyenv changed the title [python] Use C++ DataFrame for create and writes [python] Use C++ DataFrame bindings for create and writes Apr 10, 2024
@nguyenv nguyenv force-pushed the viviannguyen/dataframe-write-path branch from b701cad to bcae831 Compare April 11, 2024 03:58
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Merging #2431 (898e96c) into main (c538f21) will decrease coverage by 0.27%.
The diff coverage is 97.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2431      +/-   ##
==========================================
- Coverage   90.14%   89.87%   -0.27%     
==========================================
  Files          37       37              
  Lines        3956     3941      -15     
==========================================
- Hits         3566     3542      -24     
- Misses        390      399       +9     
Flag Coverage Δ
python 89.87% <97.08%> (-0.27%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 89.87% <97.08%> (-0.27%) ⬇️
libtiledbsoma ∅ <ø> (∅)

@nguyenv nguyenv force-pushed the viviannguyen/dataframe-write-path branch 3 times, most recently from 445b86a to 999077d Compare April 11, 2024 13:28
@nguyenv nguyenv marked this pull request as ready for review April 11, 2024 13:57
@eddelbuettel
Copy link
Contributor

This once again whitespace changed nanoarrow.h which, as an external file, is not really needed -- and makes comparison to upstream more difficult.

@nguyenv nguyenv force-pushed the viviannguyen/dataframe-write-path branch from 0248889 to e8ec852 Compare April 17, 2024 14:46
@nguyenv nguyenv force-pushed the viviannguyen/add-writes-cpp branch from 910a586 to e98bd12 Compare April 17, 2024 20:27
Base automatically changed from viviannguyen/add-writes-cpp to main April 18, 2024 03:52
@nguyenv nguyenv force-pushed the viviannguyen/dataframe-write-path branch from e8ec852 to 4ad9773 Compare April 18, 2024 18:15
Copy link
Collaborator

@jp-dark jp-dark left a comment

Choose a reason for hiding this comment

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

Looks good to me.

Copy link
Member

@ryan-williams ryan-williams left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the walk-through yesterday!

@nguyenv nguyenv force-pushed the viviannguyen/dataframe-write-path branch from 84ea19d to 9d061e6 Compare April 22, 2024 14:12
@nguyenv nguyenv merged commit c52724a into main Apr 22, 2024
15 checks passed
@nguyenv nguyenv deleted the viviannguyen/dataframe-write-path branch April 22, 2024 15:09
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.

5 participants