Skip to content

Commit

Permalink
Update supported version in pinot.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
elonazoulay authored and martint committed Oct 8, 2022
1 parent 511e5d2 commit 0374342
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/pinot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requirements

To connect to Pinot, you need:

* Pinot 0.9.3 or higher.
* Pinot 0.10.0 or higher.
* Network access from the Trino coordinator and workers to the Pinot controller
nodes. Port 8098 is the default port.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public void testDoubleWithScientificNotation()
@Test
public void testFilterWithCast()
{
// UPDATE: Pinot 0.11.0 automatically casts constants during parsing
String tableName = "primitive_types_table";
String query = "SELECT string_col, long_col" +
" FROM " + tableName + " WHERE string_col = CAST(123 AS STRING) AND long_col = CAST('123' AS LONG) LIMIT 60";
Expand Down

0 comments on commit 0374342

Please sign in to comment.