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

Implement scanning from external objects in load from clause #3061

Closed
acquamarin opened this issue Mar 14, 2024 · 1 comment
Closed

Implement scanning from external objects in load from clause #3061

acquamarin opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
frontend Frontend, i.e., binder, parser, query planning-related issues

Comments

@acquamarin
Copy link
Collaborator

acquamarin commented Mar 14, 2024

Currently, kuzu doesn't allow databaseName.tableName style object name in the load from clause. We currently use databaseName_tableName as a hack when scanning from duckdb. (e.g. load from main_person return *;)
Ultimately, we should allow such query: load from main.person return *

@acquamarin acquamarin added the frontend Frontend, i.e., binder, parser, query planning-related issues label Mar 14, 2024
@andyfengHKU
Copy link
Contributor

Fixed in #3271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend, i.e., binder, parser, query planning-related issues
Projects
None yet
Development

No branches or pull requests

2 participants