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

Tracking: support select ... from @<stage> #9847

Open
11 of 15 tasks
youngsofun opened this issue Feb 2, 2023 · 7 comments
Open
11 of 15 tasks

Tracking: support select ... from @<stage> #9847

youngsofun opened this issue Feb 2, 2023 · 7 comments
Labels
C-feature Category: feature

Comments

@youngsofun
Copy link
Member

youngsofun commented Feb 2, 2023

Summary

Features

Bugs

Related

Optional

  • error tolerant (not necessary if not used in copy)
  • select from json(low priority)
  • select from CSV / TSV(low priority)
@youngsofun youngsofun added the C-feature Category: feature label Feb 2, 2023
@youngsofun youngsofun mentioned this issue Feb 2, 2023
9 tasks
@youngsofun
Copy link
Member Author

youngsofun commented Feb 3, 2023

@BohuTANG @sundy-li @Xuanwo
do we need a desc @stage/path or infer_schema @stage/path like desc table ?
not know which columns can be used.

@youngsofun
Copy link
Member Author

is select ... from '<uri>' necessary?
need to design a syntax to pass connection = (...)

@BohuTANG
Copy link
Member

BohuTANG commented Feb 3, 2023

@BohuTANG @sundy-li @Xuanwo do we need a desc @stage/path or infer_schema @stage/path like desc table ? not know which columns can be used.

Better to have it, we can use it as:

  1. For the cloud, we can infer the parquet schema
  2. For debugging the schema

@BohuTANG
Copy link
Member

BohuTANG commented Feb 3, 2023

is select ... from '<uri>' necessary? need to design a syntax to pass connection = (...)

Good idea, it is still better to have, but this task can be considered as low priority.

@BohuTANG
Copy link
Member

BohuTANG commented Feb 5, 2023

@youngsofun Add INFER_SCHEMA(..) to this tracking, really need it.

@youngsofun
Copy link
Member Author

youngsofun commented Feb 10, 2023

since select from stage looks like a table function ( with @stage_name as function name) .
should we put the doc under table-functions too?

@BohuTANG
Copy link
Member

since select from stage looks like a table function ( with @stage_name as function name) . should we put the doc under table-functions too?

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants