Open qli-aa opened 6 years ago
Tested with Presto 0.152.3, it was ok, I guess some changes with Presto server code which leads this issue
If I use SQLWorkbench/J with JDBC, both version was ok
Can you paste the code you used? Did you create the PrestoConnection
in a with
statement?
@qli-aa if it's still an issue, can you please share the code you ran?
presto-python-client == 0.4.1 Presto server == 0.166
after i ran insert sql, after about 5mins, presto will rollback and delete the data in the table? is there some bugs or hints?
i just follow the README to write the SQL