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

Catalog supports to create table from pyarrow schema #12

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

yuzelin
Copy link
Contributor

@yuzelin yuzelin commented Sep 5, 2024

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation

return Table(j_table)
return Table(j_table, self._catalog_options)

def create_table(self, identifier: str, schema: pa.Schema, ignore_if_exists: bool):

Choose a reason for hiding this comment

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

you need primary key partition key and options.

@yuzelin yuzelin changed the title Catalog supports to create table from dataframe dtypes Catalog supports to create table from pyarrow schema Sep 14, 2024
@yuzelin yuzelin force-pushed the create-table branch 2 times, most recently from 738e4c1 to df957ae Compare September 14, 2024 09:46
Copy link

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 7e49b66 into apache:main Oct 9, 2024
1 check passed
@yuzelin yuzelin deleted the create-table branch October 10, 2024 04:13
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.

2 participants