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
We currently apply the predicates both in BQ and Hive. Let's figure out if we can optimize this by skipping the Hive predicates that have already been applied in BQ (i.e. predicate pushdowns). There might also be some Hive predicate functions/UDFs that don't have equivalents in BQ and so we might have to exclude those from the predicate pushdowns.
We currently apply the predicates both in BQ and Hive. Let's figure out if we can optimize this by skipping the Hive predicates that have already been applied in BQ (i.e. predicate pushdowns). There might also be some Hive predicate functions/UDFs that don't have equivalents in BQ and so we might have to exclude those from the predicate pushdowns.
See relevant code here:
hive-bigquery-connector/connector/src/main/java/com/google/cloud/hive/bigquery/connector/BigQueryStorageHandler.java
Lines 82 to 90 in af82dcc
The text was updated successfully, but these errors were encountered: