You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure, is this a local issue with duckdb, or remote issue with Athena?
$ se --query-path foo.sql --format parquet --results-path foo.parquet
[ERROR] SeaEagle - Could not process results for query execution ID 924862cf-2211-4b46-93c7-abe4ba0df90d, caught exception
java.io.IOException: java.sql.SQLException: Catalog Error: Table with name "results" already exists!
at com.github.heuermh.seaeagle.ParquetFormat.columns(ParquetFormat.java:161)
at com.github.heuermh.seaeagle.SeaEagle.processResults(SeaEagle.java:280)
at com.github.heuermh.seaeagle.SeaEagle.call(SeaEagle.java:176)
at com.github.heuermh.seaeagle.SeaEagle.call(SeaEagle.java:61)
at picocli.CommandLine.executeUserObject(CommandLine.java:2045)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
at picocli.CommandLine.execute(CommandLine.java:2174)
at com.github.heuermh.seaeagle.SeaEagle.main(SeaEagle.java:338)
Caused by: java.sql.SQLException: Catalog Error: Table with name "results" already exists!
at org.duckdb.DuckDBNative.duckdb_jdbc_execute(Native Method)
at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:143)
at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:197)
at com.github.heuermh.seaeagle.ParquetFormat.columns(ParquetFormat.java:158)
... 12 more
The text was updated successfully, but these errors were encountered:
Not sure, is this a local issue with duckdb, or remote issue with Athena?
The text was updated successfully, but these errors were encountered: