JDBC: Comments in import into/from local csv command may return an error
Details
| Detail name | Value |
|---|---|
| Changelog Number | 10527 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | |
| Fix Versions | Exasol 7.0.11 |
| Resolution Date | 2021-07-16 |
Description
In some cases, queries meeting the following conditions may return the below error message:
- Connecting with the JDBC driver
- The query is an IMPORT or EXPORT query
- the file is a LOCAL CSV file
- The query contains comments
[04509] java.io.IOException: Thread from import / export has not been finished.
Workaround
Remove the comment from the affected query
Fix
The query will not return an error, as expected.