From d62d2f1633b12fbb017edbc5f15df22421453132 Mon Sep 17 00:00:00 2001 From: Henry Mai Date: Mon, 13 Jun 2022 15:33:09 +0000 Subject: [PATCH] Cut release 2022.24.1 Added `spill_put_request_headers` environment variable. S3BlockSpiller: fix double buffering bug Added fix to show only user defined schemas in Athena Data window --- athena-aws-cmdb/athena-aws-cmdb.yaml | 4 ++-- athena-aws-cmdb/pom.xml | 6 +++--- athena-cloudera-hive/athena-cloudera-hive.yaml | 4 ++-- athena-cloudera-hive/pom.xml | 10 +++++----- athena-cloudera-impala/athena-cloudera-impala.yaml | 4 ++-- athena-cloudera-impala/pom.xml | 10 +++++----- .../athena-cloudwatch-metrics.yaml | 4 ++-- athena-cloudwatch-metrics/pom.xml | 6 +++--- athena-cloudwatch/athena-cloudwatch.yaml | 4 ++-- athena-cloudwatch/pom.xml | 8 ++++---- athena-datalakegen2/athena-datalakegen2.yaml | 4 ++-- athena-datalakegen2/pom.xml | 10 +++++----- athena-docdb/athena-docdb.yaml | 4 ++-- athena-docdb/pom.xml | 8 ++++---- athena-dynamodb/athena-dynamodb.yaml | 4 ++-- athena-dynamodb/pom.xml | 8 ++++---- athena-elasticsearch/athena-elasticsearch.yaml | 4 ++-- athena-elasticsearch/pom.xml | 8 ++++---- athena-example/athena-example.yaml | 4 ++-- athena-example/pom.xml | 6 +++--- athena-federation-integ-test/README.md | 2 +- athena-federation-integ-test/pom.xml | 4 ++-- athena-federation-sdk-tools/pom.xml | 6 +++--- athena-federation-sdk/athena-federation-sdk.yaml | 4 ++-- athena-federation-sdk/pom.xml | 4 ++-- athena-google-bigquery/athena-google-bigquery.yaml | 4 ++-- athena-google-bigquery/pom.xml | 10 +++++----- athena-hbase/athena-hbase.yaml | 4 ++-- athena-hbase/pom.xml | 8 ++++---- athena-hortonworks-hive/athena-hortonworks-hive.yaml | 4 ++-- athena-hortonworks-hive/pom.xml | 10 +++++----- athena-jdbc/pom.xml | 8 ++++---- athena-mysql/athena-mysql.yaml | 4 ++-- athena-mysql/pom.xml | 10 +++++----- athena-neptune/athena-neptune.yaml | 4 ++-- athena-neptune/pom.xml | 6 +++--- athena-oracle/athena-oracle.yaml | 4 ++-- athena-oracle/pom.xml | 10 +++++----- athena-postgresql/athena-postgresql.yaml | 4 ++-- athena-postgresql/pom.xml | 10 +++++----- athena-redis/athena-redis.yaml | 4 ++-- athena-redis/pom.xml | 8 ++++---- athena-redshift/athena-redshift.yaml | 4 ++-- athena-redshift/pom.xml | 10 +++++----- athena-saphana/athena-saphana.yaml | 2 +- athena-saphana/pom.xml | 10 +++++----- athena-snowflake/athena-snowflake.yaml | 4 ++-- athena-snowflake/pom.xml | 10 +++++----- athena-sqlserver/athena-sqlserver.yaml | 4 ++-- athena-sqlserver/pom.xml | 10 +++++----- athena-synapse/athena-synapse.yaml | 4 ++-- athena-synapse/pom.xml | 10 +++++----- athena-teradata/athena-teradata.yaml | 4 ++-- athena-teradata/pom.xml | 10 +++++----- athena-timestream/athena-timestream.yaml | 4 ++-- athena-timestream/pom.xml | 8 ++++---- athena-tpcds/athena-tpcds.yaml | 4 ++-- athena-tpcds/pom.xml | 6 +++--- athena-udfs/athena-udfs.yaml | 4 ++-- athena-udfs/pom.xml | 6 +++--- athena-vertica/athena-vertica.yaml | 4 ++-- athena-vertica/pom.xml | 6 +++--- pom.xml | 2 +- tools/validate_connector.sh | 2 +- 64 files changed, 190 insertions(+), 190 deletions(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 6b89148094..c637664e38 100644 --- a/athena-aws-cmdb/athena-aws-cmdb.yaml +++ b/athena-aws-cmdb/athena-aws-cmdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" - CodeUri: "./target/athena-aws-cmdb-2022.23.1.jar" + CodeUri: "./target/athena-aws-cmdb-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-aws-cmdb/pom.xml b/athena-aws-cmdb/pom.xml index 0622b68af1..067214f54a 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-aws-cmdb - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 com.amazonaws diff --git a/athena-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml index 43f600649f..729514e951 100644 --- a/athena-cloudera-hive/athena-cloudera-hive.yaml +++ b/athena-cloudera-hive/athena-cloudera-hive.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-hive-2022.23.1.jar" + CodeUri: "./target/athena-cloudera-hive-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudera-hive/pom.xml b/athena-cloudera-hive/pom.xml index 5bbbb7fed4..5c148655c5 100644 --- a/athena-cloudera-hive/pom.xml +++ b/athena-cloudera-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-cloudera-hive - 2022.23.1 + 2022.24.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml index b12f344677..b160b9a478 100644 --- a/athena-cloudera-impala/athena-cloudera-impala.yaml +++ b/athena-cloudera-impala/athena-cloudera-impala.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-impala-2022.23.1.jar" + CodeUri: "./target/athena-cloudera-impala-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudera-impala/pom.xml b/athena-cloudera-impala/pom.xml index a2d09a5282..1e8bb9eff1 100644 --- a/athena-cloudera-impala/pom.xml +++ b/athena-cloudera-impala/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-cloudera-impala - 2022.23.1 + 2022.24.1 1.7.30 2.6.26.1031 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 Impala @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index 3149d75ba4..720e520695 100644 --- a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml +++ b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler" - CodeUri: "./target/athena-cloudwatch-metrics-2022.23.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch-metrics/pom.xml b/athena-cloudwatch-metrics/pom.xml index f5417c805d..79666af370 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-cloudwatch-metrics - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 com.amazonaws diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index f22dbecbd0..6be4e0ce5c 100644 --- a/athena-cloudwatch/athena-cloudwatch.yaml +++ b/athena-cloudwatch/athena-cloudwatch.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler" - CodeUri: "./target/athena-cloudwatch-2022.23.1.jar" + CodeUri: "./target/athena-cloudwatch-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index 0ece6cd1a5..eebccb2fe1 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-cloudwatch - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml index 22d6a9be83..55f83937d4 100644 --- a/athena-datalakegen2/athena-datalakegen2.yaml +++ b/athena-datalakegen2/athena-datalakegen2.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler" - CodeUri: "./target/athena-datalakegen2-2022.23.1.jar" + CodeUri: "./target/athena-datalakegen2-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-datalakegen2/pom.xml b/athena-datalakegen2/pom.xml index 9f908760e5..e5ef651464 100644 --- a/athena-datalakegen2/pom.xml +++ b/athena-datalakegen2/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-datalakegen2 - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index f58f65d4e3..4026c758d2 100644 --- a/athena-docdb/athena-docdb.yaml +++ b/athena-docdb/athena-docdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: default_docdb: !Ref DocDBConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler" - CodeUri: "./target/athena-docdb-2022.23.1.jar" + CodeUri: "./target/athena-docdb-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-docdb/pom.xml b/athena-docdb/pom.xml index cdcfef7a84..9e9a27e8fd 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-docdb - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 52e79c7662..47469642a5 100644 --- a/athena-dynamodb/athena-dynamodb.yaml +++ b/athena-dynamodb/athena-dynamodb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler" - CodeUri: "./target/athena-dynamodb-2022.23.1.jar" + CodeUri: "./target/athena-dynamodb-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-dynamodb/pom.xml b/athena-dynamodb/pom.xml index 0658b39dd8..4898d4f77a 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-dynamodb - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index cadb92ce92..ed2dff95e8 100644 --- a/athena-elasticsearch/athena-elasticsearch.yaml +++ b/athena-elasticsearch/athena-elasticsearch.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -93,7 +93,7 @@ Resources: query_timeout_search: !Ref QueryTimeoutSearch FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler" - CodeUri: "./target/athena-elasticsearch-2022.23.1.jar" + CodeUri: "./target/athena-elasticsearch-2022.24.1.jar" Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-elasticsearch/pom.xml b/athena-elasticsearch/pom.xml index 8ea21c0d02..cb0753d663 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-elasticsearch - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index 95f65a86ef..16d6c4fe9d 100644 --- a/athena-example/athena-example.yaml +++ b/athena-example/athena-example.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -55,7 +55,7 @@ Resources: data_bucket: !Ref DataBucket FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.example.ExampleCompositeHandler" - CodeUri: "./target/athena-example-2022.23.1.jar" + CodeUri: "./target/athena-example-2022.24.1.jar" Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-example/pom.xml b/athena-example/pom.xml index 95929d4c36..e2ed4e95da 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-example - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 31dfc1a1d9..b99a375d31 100644 --- a/athena-federation-integ-test/README.md +++ b/athena-federation-integ-test/README.md @@ -36,7 +36,7 @@ in most **pom.xml** files (e.g. com.amazonaws athena-federation-integ-test - Current version of the SDK (e.g. 2022.23.1) + Current version of the SDK (e.g. 2022.24.1) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index 41d5c267bf..fa3aae489f 100644 --- a/athena-federation-integ-test/pom.xml +++ b/athena-federation-integ-test/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-federation-integ-test - 2022.23.1 + 2022.24.1 jar Amazon Athena Query Federation Integ Test diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml index e4ec5d5532..68160e1bfd 100644 --- a/athena-federation-sdk-tools/pom.xml +++ b/athena-federation-sdk-tools/pom.xml @@ -3,13 +3,13 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-federation-sdk-tools jar Amazon Athena Query Federation SDK Tools - 2022.23.1 + 2022.24.1 1.7.30 @@ -17,7 +17,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index 8c0a1d7be1..13fb7f2cd8 100644 --- a/athena-federation-sdk/athena-federation-sdk.yaml +++ b/athena-federation-sdk/athena-federation-sdk.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connector.lambda.examples.ExampleCompositeHandler" - CodeUri: "./target/aws-athena-federation-sdk-2022.23.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.24.1-withdep.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index 77ee8fec12..1d3ef7c276 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -4,11 +4,11 @@ com.amazonaws aws-athena-query-federation - 2022.23.1 + 2022.24.1 com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 jar Amazon Athena Query Federation SDK The Athena Query Federation SDK defines a set of interfaces and wire protocols that you can implement to enable Athena to delegate portions of it's query execution plan to code that you deploy/write. diff --git a/athena-google-bigquery/athena-google-bigquery.yaml b/athena-google-bigquery/athena-google-bigquery.yaml index 1c50912d97..81308c33dc 100644 --- a/athena-google-bigquery/athena-google-bigquery.yaml +++ b/athena-google-bigquery/athena-google-bigquery.yaml @@ -13,7 +13,7 @@ Metadata: - Athena-Federation - Google-SDK HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -71,7 +71,7 @@ Resources: concurrencyLimit: !Ref ConcurrencyLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.google.bigquery.BigQueryCompositeHandler" - CodeUri: "./target/athena-google-bigquery-2022.23.1.jar" + CodeUri: "./target/athena-google-bigquery-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with BigQuery using Google SDK" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-google-bigquery/pom.xml b/athena-google-bigquery/pom.xml index 8082b93ebc..c9ff6fc46d 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-google-bigquery - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 28390e1e04..08b15675cb 100644 --- a/athena-hbase/athena-hbase.yaml +++ b/athena-hbase/athena-hbase.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -60,7 +60,7 @@ Resources: default_hbase: !Ref HBaseConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler" - CodeUri: "./target/athena-hbase-2022.23.1.jar" + CodeUri: "./target/athena-hbase-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hbase/pom.xml b/athena-hbase/pom.xml index 000ddead8b..14162e1740 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-hbase - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml index b438a60267..c032ef79a0 100644 --- a/athena-hortonworks-hive/athena-hortonworks-hive.yaml +++ b/athena-hortonworks-hive/athena-hortonworks-hive.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.hortonworks.HiveMuxCompositeHandler" - CodeUri: "./target/athena-hortonworks-hive-2022.23.1.jar" + CodeUri: "./target/athena-hortonworks-hive-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Hortonworks Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hortonworks-hive/pom.xml b/athena-hortonworks-hive/pom.xml index 48e75e9e72..ea8f49859d 100644 --- a/athena-hortonworks-hive/pom.xml +++ b/athena-hortonworks-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-hortonworks-hive - 2022.23.1 + 2022.24.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index dc636bb9f7..c8ea0897ef 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-jdbc - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml index 237fe7e6a1..6c1282ca32 100644 --- a/athena-mysql/athena-mysql.yaml +++ b/athena-mysql/athena-mysql.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.mysql.MySqlMuxCompositeHandler" - CodeUri: "./target/athena-mysql-2022.23.1.jar" + CodeUri: "./target/athena-mysql-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with MySQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-mysql/pom.xml b/athena-mysql/pom.xml index 074eaf2946..863ea595b5 100644 --- a/athena-mysql/pom.xml +++ b/athena-mysql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-mysql - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index 8eaaf8606f..aefbee9040 100644 --- a/athena-neptune/athena-neptune.yaml +++ b/athena-neptune/athena-neptune.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation','athena-neptune','neptune'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation Parameters: @@ -84,7 +84,7 @@ Resources: SERVICE_REGION: !Ref AWS::Region FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler" - CodeUri: "./target/athena-neptune-2022.23.1.jar" + CodeUri: "./target/athena-neptune-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-neptune/pom.xml b/athena-neptune/pom.xml index c4da1962c5..ee9a320182 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-neptune - 2022.23.1 + 2022.24.1 1.7.30 3.4.8 @@ -16,7 +16,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/athena-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml index dc5bdd1a58..a718efb3f8 100644 --- a/athena-oracle/athena-oracle.yaml +++ b/athena-oracle/athena-oracle.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.oracle.OracleMuxCompositeHandler" - CodeUri: "./target/athena-oracle-2022.23.1.jar" + CodeUri: "./target/athena-oracle-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with ORACLE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-oracle/pom.xml b/athena-oracle/pom.xml index 922fe6525f..ce3d4c2801 100644 --- a/athena-oracle/pom.xml +++ b/athena-oracle/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-oracle - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml index 412b8676af..b9d4b275cd 100644 --- a/athena-postgresql/athena-postgresql.yaml +++ b/athena-postgresql/athena-postgresql.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.postgresql.PostGreSqlMuxCompositeHandler" - CodeUri: "./target/athena-postgresql-2022.23.1.jar" + CodeUri: "./target/athena-postgresql-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-postgresql/pom.xml b/athena-postgresql/pom.xml index 93b399c087..9f1bfd33dc 100644 --- a/athena-postgresql/pom.xml +++ b/athena-postgresql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-postgresql - 2022.23.1 + 2022.24.1 jar 1.7.30 @@ -16,18 +16,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 8410cb84b6..3e8386ec19 100644 --- a/athena-redis/athena-redis.yaml +++ b/athena-redis/athena-redis.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler" - CodeUri: "./target/athena-redis-2022.23.1.jar" + CodeUri: "./target/athena-redis-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml index b4bc66893f..b26ea56b8e 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-redis - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -62,7 +62,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml index be87845406..6a1321d4f9 100644 --- a/athena-redshift/athena-redshift.yaml +++ b/athena-redshift/athena-redshift.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler" - CodeUri: "./target/athena-redshift-2022.23.1.jar" + CodeUri: "./target/athena-redshift-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Redshift using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redshift/pom.xml b/athena-redshift/pom.xml index 327cd4c295..326211c2bb 100644 --- a/athena-redshift/pom.xml +++ b/athena-redshift/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-redshift - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws athena-postgresql - 2022.23.1 + 2022.24.1 com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test @@ -31,7 +31,7 @@ com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index 6bd2a9cb6b..6128b0c932 100644 --- a/athena-saphana/athena-saphana.yaml +++ b/athena-saphana/athena-saphana.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/athena-saphana/pom.xml b/athena-saphana/pom.xml index 70437b6d94..81bebb10f2 100644 --- a/athena-saphana/pom.xml +++ b/athena-saphana/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-saphana - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml index 9f0ffe11c7..31882692d6 100644 --- a/athena-snowflake/athena-snowflake.yaml +++ b/athena-snowflake/athena-snowflake.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: partitionlimit: !Ref PartitionLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.snowflake.SnowflakeMuxCompositeHandler" - CodeUri: "./target/athena-snowflake-2022.23.1.jar" + CodeUri: "./target/athena-snowflake-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Snowflake using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-snowflake/pom.xml b/athena-snowflake/pom.xml index a8800c8a1c..3d84cadab2 100644 --- a/athena-snowflake/pom.xml +++ b/athena-snowflake/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-snowflake - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml index 6fdd90788b..5d3b82eb00 100644 --- a/athena-sqlserver/athena-sqlserver.yaml +++ b/athena-sqlserver/athena-sqlserver.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.sqlserver.SqlServerMuxCompositeHandler" - CodeUri: "./target/athena-sqlserver-2022.23.1.jar" + CodeUri: "./target/athena-sqlserver-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with SQLSERVER using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-sqlserver/pom.xml b/athena-sqlserver/pom.xml index 8c43d143e5..e69d1e9319 100644 --- a/athena-sqlserver/pom.xml +++ b/athena-sqlserver/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-sqlserver - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml index d2302de25b..40b321934b 100644 --- a/athena-synapse/athena-synapse.yaml +++ b/athena-synapse/athena-synapse.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.synapse.SynapseMuxCompositeHandler" - CodeUri: "./target/athena-synapse-2022.23.1.jar" + CodeUri: "./target/athena-synapse-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with SYNPASE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-synapse/pom.xml b/athena-synapse/pom.xml index 58ff93fca1..b5473d2b7d 100644 --- a/athena-synapse/pom.xml +++ b/athena-synapse/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-synapse - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml index 97bbabeb42..a567c38dc5 100644 --- a/athena-teradata/athena-teradata.yaml +++ b/athena-teradata/athena-teradata.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: Handler: "com.amazonaws.athena.connectors.teradata.TeradataMuxCompositeHandler" Layers: - !Ref LambdaJDBCLayername - CodeUri: "./target/athena-teradata-2022.23.1.jar" + CodeUri: "./target/athena-teradata-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Teradata using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-teradata/pom.xml b/athena-teradata/pom.xml index 49bad7775f..a65da87265 100644 --- a/athena-teradata/pom.xml +++ b/athena-teradata/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-teradata - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 com.amazonaws athena-jdbc - 2022.23.1 + 2022.24.1 test-jar test diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 62afd4a053..7cc15e0563 100644 --- a/athena-timestream/athena-timestream.yaml +++ b/athena-timestream/athena-timestream.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.timestream.TimestreamCompositeHandler" - CodeUri: "./target/athena-timestream-2022.23.1.jar" + CodeUri: "./target/athena-timestream-2022.24.1.jar" Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-timestream/pom.xml b/athena-timestream/pom.xml index fcf57ef9be..8d3e9863d2 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-timestream - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.23.1 + 2022.24.1 test diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index fd61efa479..2a69760334 100644 --- a/athena-tpcds/athena-tpcds.yaml +++ b/athena-tpcds/athena-tpcds.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler" - CodeUri: "./target/athena-tpcds-2022.23.1.jar" + CodeUri: "./target/athena-tpcds-2022.24.1.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-tpcds/pom.xml b/athena-tpcds/pom.xml index 82fe73ed0a..51ef4dffe8 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-tpcds - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 4845ea46de..0a145c5f71 100644 --- a/athena-udfs/athena-udfs.yaml +++ b/athena-udfs/athena-udfs.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -34,7 +34,7 @@ Resources: Properties: FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler" - CodeUri: "./target/athena-udfs-2022.23.1.jar" + CodeUri: "./target/athena-udfs-2022.24.1.jar" Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-udfs/pom.xml b/athena-udfs/pom.xml index bbd5d96220..c88c6f8d8c 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-udfs - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index d2e32e4f59..51c267be28 100644 --- a/athena-vertica/athena-vertica.yaml +++ b/athena-vertica/athena-vertica.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.23.1 + SemanticVersion: 2022.24.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -76,7 +76,7 @@ Resources: FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.vertica.VerticaCompositeHandler" - CodeUri: "./target/athena-vertica-2022.23.1.jar" + CodeUri: "./target/athena-vertica-2022.24.1.jar" Description: "Amazon Athena Vertica Connector" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml index 7f77c9eda9..ba620c3276 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.23.1 + 2022.24.1 4.0.0 athena-vertica - 2022.23.1 + 2022.24.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.23.1 + 2022.24.1 diff --git a/pom.xml b/pom.xml index 97995a47f3..e1f30c62e7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazonaws aws-athena-query-federation pom - 2022.23.1 + 2022.24.1 AWS Athena Query Federation The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own code. https://github.com/awslabs/aws-athena-query-federation diff --git a/tools/validate_connector.sh b/tools/validate_connector.sh index b7f258bde8..001f8c08b8 100755 --- a/tools/validate_connector.sh +++ b/tools/validate_connector.sh @@ -41,7 +41,7 @@ dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) cd "$dir/../athena-federation-sdk-tools" -if test -f "target/athena-federation-sdk-tools-2022.23.1.jar"; then +if test -f "target/athena-federation-sdk-tools-2022.24.1.jar"; then echo "athena-federation-sdk-tools is already built, skipping compilation." else mvn clean install