-
Notifications
You must be signed in to change notification settings - Fork 44
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
dbWriteTable failed with Error in .combine_results(res_list) : #278
Comments
The actual failure happened at For dbWriteTable, adding |
I previously had trouble reproducing the error as I didn't have Hive installed and deployed on my machine. I will try to use Hive from docker rather than deploy a Hive server myself. If I can reproduce the error, I will try to fix it. |
I don't think it's specific to Postgres. I have both hive and postgres catalog and they all failed with same error. Guessing it may due to updated Trino version: I'm using Trino 461. I added a if empty check for dbFetch and seems fix the issue for our use case. I can submit a PR, if you think the fix makes sense and won't cause issue to other places. |
I tested using Trino 467 with a memory catalog and had no problem running |
If you can provide a reprex using a Docker image, it will make the troubleshooting much easier. |
I'm writing an in-memory table to hive catalog
It failed with error message:
It's same error message as #254. I also get the same error message with dbRemoveTable.
The text was updated successfully, but these errors were encountered: