Open jpohanka opened 2 years ago
Which version of trino and pinot are you using? This may be related to another issue but I will have to see if it applies to the versions you are using.
Soon we will migrate to table functions which should fix this issue, I will verify that and update.
@elonazoulay We use Trino 389
and a 'pre-release' of Pinot 0.11.0
. Thank you for your help!
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 columnConsider the following query in Pinot:
The following is the same Pinot query as a passthrough query in Trino:
The first query runs successfully and returns the correct results.
The second query fails and throws the following error:
This happens in the case of simple, as well as complex aggregate expressions.