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

Bug: LOAD FROM queries in demo_db/demo_db.test fail with "Load from multiple files is not supported" #3840

Closed
Tracked by #3666
ray6080 opened this issue Jul 16, 2024 · 0 comments · Fixed by #3843
Closed
Tracked by #3666
Assignees
Labels
bug Something isn't working

Comments

@ray6080
Copy link
Contributor

ray6080 commented Jul 16, 2024

Kùzu version

master

What operating system are you using?

MacOS ARM Sonoma

What happened?

LOAD FROM queries in demo_db/demo_db.test fails under both release and debug mode on my local. The bug is inside LocalFileSystem::glob as I can tell, when the input is a relative path, the returned paths are incorrect (with a duplicated relative path).

Also, COPY TO statements in the test file directly writes to local file system without cleaning those files up after finish the run. Should change that too.

Are there known steps to reproduce?

Run ./build/release/test/runner/e2e_test demo_db/demo_db.test locally.

@ray6080 ray6080 added the bug Something isn't working label Jul 16, 2024
@ray6080 ray6080 mentioned this issue Jul 16, 2024
81 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants