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

Alias parqet_scan to read_parquet (and same for json, csv) #2169

Closed
scsmithr opened this issue Nov 27, 2023 · 1 comment · Fixed by #2185
Closed

Alias parqet_scan to read_parquet (and same for json, csv) #2169

scsmithr opened this issue Nov 27, 2023 · 1 comment · Fixed by #2185
Labels
feat New feature or request

Comments

@scsmithr
Copy link
Member

Description

Both queries should do the same thing:

select * from parquet_scan('./file.parquet');
select * from read_parquet('./file.parquet');
@scsmithr scsmithr added the feat New feature or request label Nov 27, 2023
@Lilit0x
Copy link
Contributor

Lilit0x commented Nov 30, 2023

Hi @scsmithr, can I take this up?

tychoish pushed a commit that referenced this issue Dec 1, 2023
…art (#2185)

Added three new functions: `read_parquet`, `read_njson` and `read_csv`.
They do the same as their scan counterparts.
Closes: #2169

Co-authored-by: universalmind303 <cory.grinstead@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants