Ashhar Hasan
Ashhar Hasan
Thanks for bringing this to notice. Looks like my auto-update script needs adjustments. I've figured out what the issue is and hope to have a fix in place by the...
the closed one was moved to https://github.com/trinodb/trino/pull/20759
check the `ulimits` and make sure they are at-least as much as mentioned at https://trino.io/docs/current/installation/deployment.html#linux-operating-system This can happen if number of open file limits is breached since Trino needs to...
`/etc/security/limits.conf` there are system-wide limits. It doesn't mean the user as which Trino runs has the soft limits set to these values. You need to login as the user under...
@alexjo2144 @krvikash This is important to fix. One thing I've observed people trying to do is to build some way to identify whether their table needs to be `optimize`d to...
cc: @wendigo https://github.com/trinodb/trino/pull/17067 would probably help with this.
/unresolve It'd still be helpful to answer https://github.com/Azure/azure-sdk-for-java/issues/38912#issuecomment-1972481900
> The whole purpose of this PR is to clean things up. keeping cleanup separate from type mapping change would be very very helpful to review. otherwise it's hard to...
FYI @radek-starburst
Are you using FTE by any chance?