Netanel Malka
Netanel Malka
I have the same issue trying to write Iceberg ORC files using the JAVA API with hive metastore as a catalog. Somehow, it uploads this class: org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch (from hive-metastore-api) Instead...
@desertaxle I have the opposite situation. It's working on remote k8s but not in local. To workaround the problem on local, add this line to the file `kubernetes.client.__init__`: ```python from...
I tried to disable `experimental.thread-per-driver-scheduler-enabled ` and still have the same symptoms. Using Trino 442 several months, but just last week encountered this issue. Any ideas what else to check?...
+1 happened also for me. Need it for tests I ran: ``` prefect worker start -p test-pool ``` For Process work-pool
@serinamarie Sure. ``` Version: 2.16.2 API version: 0.8.4 Python version: 3.10.12 Git commit: e1c339db Built: Mon, Mar 4, 2024 4:55 PM OS/Arch: linux/x86_64 Profile: default Server type: server ```
Any workaround here? I can't testing using the prefect container because of that bug. Are you familiar with container base testing for integration tests using Prefect?
We also saw this error. We upgraded from 461 -> 474. Before 474 we didn't saw it at all, no config, or queries changes