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] Support creating Binary/StringView arrays from python objects #39852

Closed
Tracked by #39633
jorisvandenbossche opened this issue Jan 30, 2024 · 3 comments · Fixed by #39853
Closed
Tracked by #39633

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

jorisvandenbossche opened this issue Jan 30, 2024 · 3 comments · Fixed by #39853
Assignees
Milestone

Comments

@jorisvandenbossche
Copy link
Member

No description provided.

jorisvandenbossche added a commit to jorisvandenbossche/arrow that referenced this issue Jan 30, 2024
jorisvandenbossche added a commit that referenced this issue Feb 7, 2024
…hon objects (#39853)

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

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche jorisvandenbossche added this to the 16.0.0 milestone Feb 7, 2024
@ianmcook
Copy link
Member

ianmcook commented Feb 7, 2024

@jorisvandenbossche do you plan to add concrete classes pyarrow.StringViewArray and pyarrow.StringViewScalar like we have for other data types?

@jorisvandenbossche
Copy link
Member Author

Those have already been added, see the parent issue #39633 for all tasks related to this

@ianmcook
Copy link
Member

ianmcook commented Feb 7, 2024

Oops, sorry I missed that one, thanks!

dgreiss pushed a commit to dgreiss/arrow that referenced this issue 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>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 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>
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants