Replies: 1 comment
-
Functions are typically run in Trino .. and not pushed down. Only a few are pushed down in the Pinot connector https://trino.io/docs/current/connector/pinot.html#pushdown TO use the native json_match from Pinot the connector would need to support query pass through as table function. That is currently not the case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to query index json in pinot, I need to use json_match, it works fine in Pinot, but it's failed after it connects to Trino. the json_extract_scalar works fine, but it don't go thru the index. It will pull everything which is slow.
Beta Was this translation helpful? Give feedback.
All reactions