David Phillips
David Phillips
This was never intended behavior. Does this do anything different than inserting into the base table?
My comment about making this applicable to the new file systems has not been addressed. This feature is only useful for the deprecated S3 file system, so I'd rather not...
We should expose this as a Presto array type. This should go in `presto-base-jdbc` if possible so that other connectors will benefit.
I'm not clear on the problem. I see two potential issues * These partitions are legitimately broken (directory does not exist), but they should be filtered out by the `WHERE`...
Hmm, this is strange. Can you post the full stack trace for the failure? I'm wondering if there is a sporadic WebHDFS error. We did update the Hadoop library in...
This is a known, long-standing issue. Unfortunately, we screwed up and encoded maps as normal JSON maps, which only allow strings as the keys. They need to be encoded as...
In `trino-proxy`, we handled this by [creating a JWT bearer token using the certificate principal ](https://github.com/trinodb/trino/blob/e9adf9414a4c6153fc40ecda601da29085351ae3/service/trino-proxy/src/main/java/io/trino/proxy/ProxyResource.java#L249-L263). `trino-proxy` is [configured](https://github.com/trinodb/trino/blob/master/service/trino-proxy/src/main/java/io/trino/proxy/JwtHandlerConfig.java) with a key to generate the JWT that is trusted by...
If you pipe the results of the CLI, disable the pager (`export TRINO_PAGER=cat`), or use the JDBC driver, you will see that the results are streamed immediately.
Which property are you referring to? Do you mean the default value for `task.concurrency`?
Apologies for the delay in reviewing this. Can you share a reproduction?