This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 786a96a0841 type converter to better support allow null (#17719) add 9600cce5909 CAMEL-21736 google-bigquery-sql: Support fetching query results for SELECT statements (#17655) No new revisions were added by this update. Summary of changes: .../catalog/components/google-bigquery-sql.json | 9 +- .../sql/GoogleBigQuerySQLEndpointConfigurer.java | 6 + .../sql/GoogleBigQuerySQLEndpointUriFactory.java | 3 +- .../google/bigquery/sql/google-bigquery-sql.json | 9 +- .../google/bigquery/GoogleBigQueryConstants.java | 8 + .../sql/GoogleBigQuerySQLConfiguration.java | 12 ++ .../bigquery/sql/GoogleBigQuerySQLProducer.java | 62 ++++++- .../sql/GoogleBigQuerySQLProducerSelectTest.java | 182 +++++++++++++++++++++ .../GoogleBigQuerySQLEndpointBuilderFactory.java | 42 +++++ 9 files changed, 319 insertions(+), 14 deletions(-) create mode 100644 components/camel-google/camel-google-bigquery/src/test/java/org/apache/camel/component/google/bigquery/unit/sql/GoogleBigQuerySQLProducerSelectTest.java