-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
C-bugCategory BugsCategory Bugs
Description
What type of bug is this?
Incorrect result
What subsystems are affected?
Other
Minimal reproduce step
In the current COPY TABLE FROM command sqlness test, there is no demo.json file, yet the SQL still successfully imports data into the table.
What did you expect to see?
The expected SQLness test result should be as follows:
Error: 1004(InvalidArguments), Path not found: ${SQLNESS_HOME}/demo/export/json/demo.json
What did you see instead?
Successfully imported data into the table from a non-existent JSON file.
What operating system did you use?
Mac OS X ARM
What version of GreptimeDB did you use?
v1.0.0-beta
Relevant log output and stack trace
Metadata
Metadata
Assignees
Labels
C-bugCategory BugsCategory Bugs