presto
Here are 145 public repositories matching this topic...
-
Updated
Feb 10, 2021 - Java
-
Updated
Feb 10, 2021 - JavaScript
We have tables in druid with mixed case, such as CamelCase.
Selecting via trino-druid connector does not work in this case:
SELECT * FROM druid.druid.CamelCase
Fails with:
java.sql.SQLException: Query failed (#20210208_120105_00017_f765z): line 1:15: Table 'druid.druid.camelcase' does not exist
Version: 351
trino-351 , trino-druid-351, trino-jdbc-351, etc.
What works:
- a
-
Updated
Feb 4, 2021 - Scala
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Jan 27, 2021 - Python
-
Updated
Feb 8, 2021 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Feb 4, 2021 - Go
-
Updated
Feb 8, 2021 - Shell
-
Updated
Feb 2, 2021 - Scala
-
Updated
Dec 28, 2020 - Makefile
-
Updated
Jan 29, 2021 - Java
-
Updated
Feb 9, 2021 - HCL
-
Updated
Aug 5, 2020 - Go
-
Updated
Aug 18, 2017 - Python
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
May 27, 2020 - PHP
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
cube-js/cube.js#1099
Who are interested in prepari