-
## Expected Behavior
Against velox semantics of try not being handled correctly incase of overflow errors & divide by zero types of errors
**Velox Output**
```
presto:tpch> SELECT TRY(2/0)
…
-
**Failing Query:**
SELECT apply(0, x -> x + c1) FROM (VALUES 1) t(c1)
**Error Message**
```
2023-08-02T05:51:15.818-0600 ERROR remote-task-callback-10 com.facebook.presto.execution.StageExecutio…
-
Trino write: `Timestamp(6) '1969-01-01 00:00:00.000001'`
ORC data store: `Timestamp(6) '1969-01-01 00:00:01.000001'`
Spark write: `Timestamp(6) '1969-01-01 00:00:00.000001'`
ORC data store: `Ti…
-
Presto 0.167
explain with test1 as (....) select *
from test1;
is broken and outputs "index (1) must be less than size (1)"
-
I see this piece of code in every HTML document under https://prestodb.io/docs/current/ (https://prestodb.io/docs/0.287/):
```html
```
I looked into presto-docs/src/main/sphinx/ but cou…
-
[WARNING] warning(154): com/facebook/presto/sql/parser/SqlBase.g4:231:0: rule queryNoWith contains an optional block with at least one alternative that can match an empty string
[WARNING] /Users/elha…
-
Queries like the below
```
SELECT multimap_agg(x, y) FROM (VALUES (nan(), 2), (2, 3)) t(x,y);
```
will fail with the following stack trace.
```
java.lang.ArrayIndexOutOfBoundsException: Index -1…
-
"It's not exactly round robin, as far as I could tell from the code and from empirical observation. The implementation in StaticMetastoreLocator looks like it only moves on to a secondary uri on erro…
-
Now we can use presto to access external table in hive 3.1.0 installed by hdp3.1.0; But I can't access managed table using presto; Is there any configuration we lost?
-
Hello,
I've noticed that [prestodb/presto-alibaba-maxcompute-connector](https://github.com/prestodb/presto-alibaba-maxcompute-connector) hasn't seen any activity for a while. I wanted to inquire if…