Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation testing integrations #1509

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Conversation

ejeffrli
Copy link
Contributor

@ejeffrli ejeffrli commented Oct 5, 2023

Issue #, if available:

Description of changes:
Added redshift and postgresql complex predicate tests. Refactored code for ease of local development setup.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

### Current Testable Connectors
- MySQL
- PostgreSQL
- DynamoDB
Copy link
Contributor

Choose a reason for hiding this comment

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

redshift

@ejeffrli ejeffrli force-pushed the validation_testing_integrations branch from 1da60e0 to 86465e6 Compare October 6, 2023 16:00
Add spill bucket to workflow

Add redshift to readme
@ejeffrli ejeffrli force-pushed the validation_testing_integrations branch from 0d01865 to b245a87 Compare October 9, 2023 21:09
@ejeffrli ejeffrli merged commit 7f011a0 into master Oct 11, 2023
@ejeffrli ejeffrli deleted the validation_testing_integrations branch October 11, 2023 15:04
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
akuzin1 added a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - Debug release workflow (#1536)
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - add license header for BigQueryFederationExpressionParserTest (#1537)
  - Debug release workflow (#1536)
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants