Piotr Findeisen
Piotr Findeisen
thanks for the merge!
I like the new mode, but i am concerned about these two modes being used on a shared bucket by two different clusters (with incidentally different configuration). This would lead...
This is great @wendigo . How do we transition to make it enabled by default?
@Parth-Brahmbhatt @kokosing see discussion @ https://prestosql.slack.com/archives/CHD6386E4/p1571816266008200
Initial version of Druid connector (#3522) is merged.
There was a problem with `//` in paths with resulted in both (a) `//` being replaced with `/` + (b) url-encoded path being appended to the path. It looks like...
https://github.com/trinodb/trino/issues/17803 might be the issue, but not sure, it does not have examples.
Thanks for the link! I didn't find that issue because I was searching with `Fn`. Feel free to close as duplicate.
array_agg is known to produce non-null result. if we make it an UDAF, to avoid regression (if we choose so), we need a way for an UDAF to mark its...
This should fail to build the initial plan. Instead it fails at some later stages: ``` > EXPLAIN CREATE TABLE t(a int) AS VALUES (a + a); +-----------+------+ | plan_type...