Skip to content

Conversation

@fernst
Copy link
Contributor

@fernst fernst commented Apr 11, 2022

Depends on cdapio/cdap#14178

@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from 081eb67 to b0232c5 Compare April 11, 2022 16:24
@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from b0232c5 to 15d19c7 Compare April 11, 2022 23:39
@fernst fernst requested a review from tivv April 11, 2022 23:40
@fernst fernst changed the title Updated String Expression Factory Type to BigQuery SQL Added BigQuery capability to BigQuery SQL Engine Apr 11, 2022
@Override
public Set<Capability> getCapabilities() {
return new HashSet<>(Arrays.asList(StringExpressionFactoryType.SQL,
StandardSQLCapabilities.BIGQUERY,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: given this grows up, it makes sense to make it a constant

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update javadoc, it does not reflect the implementation anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from 15d19c7 to eabe06c Compare April 12, 2022 03:36
@fernst fernst requested a review from tivv April 12, 2022 03:37
@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from eabe06c to 67de98a Compare April 12, 2022 03:46
@fernst fernst added the build Trigger unit test build label Apr 15, 2022
@fernst fernst merged commit 9c40dcc into develop Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bq-pushdown build Trigger unit test build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants