This is an automated email from the ASF dual-hosted git repository.
apilloud pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 98ad0a6 Add an ML section to python SDK overview (#10233)
add c43ca65 Updated the cost model to favor IO with push-down
add c498c21 BigQueryFilter numSupported method
add 4b92c34 Merge pull request #10060: [BEAM-8343] [SQL] Updated the cost
model to favor IO with push-down.
No new revisions were added by this update.
Summary of changes:
.../sdk/extensions/sql/impl/rel/BeamCalcRel.java | 25 +---------------------
.../sql/impl/rel/BeamPushDownIOSourceRel.java | 19 ++++++++++++++--
.../extensions/sql/meta/BeamSqlTableFilter.java | 24 +++++++++++++++++++++
.../extensions/sql/meta/DefaultTableFilter.java | 5 +++++
.../sql/meta/provider/bigquery/BigQueryFilter.java | 5 +++++
.../sql/meta/provider/test/TestTableFilter.java | 5 +++++
.../sql/meta/CustomTableResolverTest.java | 18 +++++++++++++++-
.../provider/bigquery/BigQueryReadWriteIT.java | 6 +++---
8 files changed, 77 insertions(+), 30 deletions(-)