Skip to content

feat(sql): support querying local files as database tables - #1251

Open
LINxiansheng wants to merge 1 commit into
masterfrom
task/2026073100117912055
Open

feat(sql): support querying local files as database tables#1251
LINxiansheng wants to merge 1 commit into
masterfrom
task/2026073100117912055

Conversation

@LINxiansheng

Copy link
Copy Markdown
Member

Task Description

feat(sql): support querying local files as database tables

Solution Description

  1. add FILE_SCAN, FILE_LIST and FILE_SCHEMA table syntax
  2. support CSV, JSONL and native Parquet scanning
  3. add schema inference, column projection and vectorized execution
  4. enforce enable_file_sql and secure_file_priv security checks
  5. add file mutation, symlink and resource-limit protection
  6. add parser and file scan unit tests

Passed Regressions

core test

Upgrade Compatibility

Other Information

  • Related links: [DIMA-2026073100117912055](

Release Note

@LINxiansheng

Copy link
Copy Markdown
Member Author

The mapping Dima issue is [file as database](

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.

1 participant