Yuya Ebihara
Yuya Ebihara
https://github.com/trinodb/trino/issues/27579
> that feature is not generally available at the moment. I know it’s currently in the preview phase, but I expect it will eventually become generally available. > better performance...
@talatuyarer @rambleraptor Do you have any idea why Iceberg REST catalog endpoint (#26219) is slower than this PR?
Could you rebase on master to resolve conflicts?
The default value will be handled at PostgreSQL side once you remove "default" from your query.
Adding the optional keyword might be one of the candidates. This is Teradata syntax to control the case sensitivity. ```sql SELECT empname FROM tbl_emp WHERE empname LIKE '%JO%’; SELECT empname...
@RosterIn We use `syntax needs review` label when the syntax isn't yet decided. It doesn't mean PR won't be accepted.
> For the expression `foo.bar(baz)` A function require `()`, so the expression is always `foo.bar` function with `baz` parameter in my opinion. "function `bar` applied to arguments `foo`, `baz`" should...
Can we resolve the ambiguity by requiring `()` when we want to use a column name at the beginning of the chain? That's the BigQuery's syntax: ```sql SELECT (name).lower() FROM...
https://github.com/trinodb/trino/actions/runs/12667317946/job/35300517106