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

chore: Misc builtin function refactoring #2367

Merged
merged 5 commits into from
Jan 8, 2024
Merged

chore: Misc builtin function refactoring #2367

merged 5 commits into from
Jan 8, 2024

Conversation

scsmithr
Copy link
Member

@scsmithr scsmithr commented Jan 8, 2024

  • Adds back in examples/descriptions for some of the read_* functions
  • Adds some tests asserting that we're actually getting entries in the functions table.
  • Fixes panic when using non-table function as a table factor.

@scsmithr scsmithr changed the title wip fix duplicates chore: Misc builtin function refactoring Jan 8, 2024
@scsmithr scsmithr marked this pull request as ready for review January 8, 2024 02:03
@scsmithr scsmithr enabled auto-merge (squash) January 8, 2024 02:03
@scsmithr
Copy link
Member Author

scsmithr commented Jan 8, 2024

Punting duplicate stuff to this issue: #2368

@scsmithr scsmithr merged commit bf86b29 into main Jan 8, 2024
13 checks passed
@scsmithr scsmithr deleted the sean/fix-dups branch January 8, 2024 02:25
Comment on lines +57 to +58
read_parquet table Utf8/List<Utf8> t SELECT * FROM read_parquet('./my_data.parquet') Returns a table by scanning the given Parquet file(s).
read_parquet table Utf8/List<Utf8> t SELECT * FROM read_parquet('./my_data.parquet') Returns a table by scanning the given Parquet file(s).
Copy link
Contributor

Choose a reason for hiding this comment

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

@scsmithr it's because we are adding 2 entries. one for the alias, and one for the actual.

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.

None yet

2 participants