presto
Here are 152 public repositories matching this topic...
-
Updated
Aug 4, 2021 - Java
-
Updated
Aug 3, 2021 - JavaScript
Currently we are able to map schemas and tables using file based mapping. This is great as it makes it possible to handle the case where schemas and tables names differ with casing only. However we do not support this for columns yet. So in case user has a table where two column names differs with casing only (like column A and a) we are not able to read it.
See `io.trino.plugin.jdbc.mappin
-
Updated
Aug 3, 2021 - Scala
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Jul 28, 2021 - Python
Hi,
%%logica Engineers
@Engine("sqlite");
Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engineer");
Employee(name: "David", role: "Data Scientist");
Employee(name: "Eve", role: "Data Scientist");
Engineers(..r) :- Employee(..r), r.role == "Engineer"; # <====== This fails
# Engineers(name:, role:) :-
-
Updated
Jul 23, 2021 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
May 1, 2021 - Go
-
Updated
Jul 27, 2021 - Shell
-
Updated
Aug 3, 2021 - Scala
-
Updated
May 29, 2021 - Makefile
-
Updated
Mar 31, 2021 - Java
-
Updated
May 21, 2021 - HCL
-
Updated
Mar 30, 2021 - Go
-
Updated
Aug 18, 2017 - Python
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."


Describe the bug
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.
To Reproduce
Steps to reproduce the behavior: