Skip to content

GH-39852: [Python] Support creating Binary/StringView arrays from python objects - #39853

Merged
jorisvandenbossche merged 2 commits into
apache:mainfrom
jorisvandenbossche:string-view-from-python
Feb 7, 2024
Merged

GH-39852: [Python] Support creating Binary/StringView arrays from python objects#39853
jorisvandenbossche merged 2 commits into
apache:mainfrom
jorisvandenbossche:string-view-from-python

Conversation

@jorisvandenbossche

@jorisvandenbosschejorisvandenbossche commented Jan 30, 2024

Copy link
Copy Markdown
Member

Next step for Binary/StringView support in Python (#39633), now adding it to the python->arrow conversion code path.

@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #39852has been automatically assigned in GitHub to PR creator.

@github-actionsgithub-actionsBot added awaiting committer review Awaiting committer review Component: Python and removed awaiting committer review Awaiting committer review labels Jan 30, 2024
@github-actionsgithub-actionsBot added the awaiting review Awaiting review label Jan 30, 2024
@danepitkin

Copy link
Copy Markdown
Member

LGTM!

@github-actionsgithub-actionsBot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Feb 1, 2024
@jorisvandenbossche
jorisvandenbossche merged commit 7e2fe4f into apache:mainFeb 7, 2024
@jorisvandenbosschejorisvandenbossche removed the awaiting committer review Awaiting committer review label Feb 7, 2024
@jorisvandenbossche
jorisvandenbossche deleted the string-view-from-python branch February 7, 2024 14:22
@conbench-apache-arrow

Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 7e2fe4f.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…om python objects (apache#39853)
Next step for Binary/StringView support in Python (apache#39633), now adding it to the python->arrow conversion code path.
* Closes: apache#39852
Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Python] Support creating Binary/StringView arrays from python objects

2 participants

@jorisvandenbossche@danepitkin