trino icon indicating copy to clipboard operation
trino copied to clipboard

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

Results 955 trino issues
Sort by recently updated
recently updated
newest added

## Description ## Additional context and related issues - https://github.com/trinodb/trino/issues/7100 - https://github.com/trinodb/trino/issues/10537 - https://github.com/trinodb/trino/pull/15040 PRs: - https://github.com/trinodb/trino/pull/23460 - https://github.com/trinodb/trino/pull/23785 - https://github.com/trinodb/trino/pull/23788 - https://github.com/trinodb/trino/pull/23789 - https://github.com/trinodb/trino/pull/23802 ## Release notes ( )...

cla-signed

## Description ## Additional context and related issues - https://github.com/trinodb/trino/issues/7100 - https://github.com/trinodb/trino/issues/10537 - https://github.com/trinodb/trino/pull/15040 PRs: - https://github.com/trinodb/trino/pull/23460 - https://github.com/trinodb/trino/pull/23785 - https://github.com/trinodb/trino/pull/23788 - https://github.com/trinodb/trino/pull/23789 - https://github.com/trinodb/trino/pull/23802 Trino & ClickHouse docs: https://trino.io/docs/current/functions/datetime.html#convenience-extraction-functions...

cla-signed

The ISO 8601:2004 section 2.3.3 defines a the basic format as values like this: "20010822T030405.321-1100". The current *trinodb* support is only for the extended format (values like this "2001-08-22T03:04:05.321-11:00") Expected...

Relevant part of ANSI SQL: ``` ii) If AVG is specified and the declared type DT of the argument is exact numeric, then the declared type of the result is...

## Description Fixes #23780 ## Release notes ```markdown ## SingleStore * TBD. ({issue}`23780`) ```

cla-signed

I faced below error message when query some mysql tables: Query failed (#20241016_075201_00111_dkz7f): class io.trino.plugin.jdbc.JdbcSplit cannot be cast to class io.trino.plugin.jdbc.JdbcSplit (io.trino.plugin.jdbc.JdbcSplit is in unnamed module of loader io.trino.server.PluginClassLoader @6bc45472;...

https://github.com/trinodb/trino/actions/runs/11073808274/job/30771180097 ``` Error: io.trino.filesystem.alluxio.TestAlluxioFileSystem -- Time elapsed: 90.72 s

Flaky Tests

The community of maintainers and contributors expressed interest in removing the connector. The original creators and users have confirmed that they are no longer using or needing the connector. A...

## Description This PR adds the cluster statistics page into the preview UI dashboard, maintaining identical functionality to the existing UI while incorporating the latest Material UI components. Partially addressing...

cla-signed
ui

CREATE TABLE statement for SingleStore: ```sql CREATE TABLE tpch.test ( `a` text, `b` text CHARACTER SET utf8, `c` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ); ``` The connector...