You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
...
FROM
...
WHERE
(c1, c2) IN (
SELECT
...,
...
)
Got a predicate with the following structure:
Comparison: EQUAL
Row
Symbol: c1
Symbol: c2
Constant: Row
This predicate can not be convert to TupleDomain or Connector Expression in PushPredicateIntoTableScan. Think we could add some row comparison magic in DomainTranslator and ConnectorExpressionTranslator?
The text was updated successfully, but these errors were encountered:
Version: 466
SQL:
Got a predicate with the following structure:
This predicate can not be convert to TupleDomain or Connector Expression in
PushPredicateIntoTableScan
. Think we could add some row comparison magic in DomainTranslator and ConnectorExpressionTranslator?The text was updated successfully, but these errors were encountered: