trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
``` Caused by: java.sql.SQLException: Query failed (#20211105_031649_15049_gbiv4): bytes cannot be negative at io.prestosql.jdbc.PrestoResultSet.resultsException(PrestoResultSet.java:1915) at io.prestosql.jdbc.PrestoResultSet$ResultsPageIterator.computeNext(PrestoResultSet.java:1904) at io.prestosql.jdbc.PrestoResultSet$ResultsPageIterator.computeNext(PrestoResultSet.java:1862) at io.prestosql.jdbc.$internal.guava.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141) at io.prestosql.jdbc.$internal.guava.collect.AbstractIterator.hasNext(AbstractIterator.java:136) at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1811) at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:294) at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:206) at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:161) at...
Such a cast cannot reasonably be pruned away because the source varchar value can be any of multiple forms (surrounding whitespace, optional year sign, optional leading zeros for date components)....
https://github.com/trinodb/trino/runs/7319645851 ``` Error: io.trino.plugin.pinot.TestPinotWithoutAuthenticationIntegrationSmokeTestLatestVersionNoGrpc.testAggregatePassthroughQueriesWithExpressions Time elapsed: 0.999 s
https://github.com/trinodb/trino/runs/5554739990?check_suite_focus=true ``` 2022-03-15T20:15:12.8369005Z [ERROR] Tests run: 3124, Failures: 1, Errors: 0, Skipped: 92, Time elapsed: 2,386.423 s
Currently `bigint % integer` result is a `bigint`. ``` trino> SELECT typeof(BIGINT '100' % INTEGER '7'); _col0 -------- bigint ``` it could be `integer`, since the result is known to...
## Description Currently, the `task_writer_count` per worker defaults to 1 to avoid many small files in some cases. This PR attempts to make it adaptive based on parameters like physicalWrittenBytes...
**Trino version**: 389 **Description**: Let's assume that we have a Pinot table `tab` and in this table, we have the following columns: - `array_col_keys` - array-type column, representing **keys of...
**Trino version**: 389 **Description**: Let's assume that we have a Pinot table `tab` and in this table, we have the following columns: - `some_quantity` - double-type column Consider the following...