From c0fc06f35142c80da4a6958c4cfb51f2e1de0163 Mon Sep 17 00:00:00 2001 From: Soojin Jeong <60758027+soojinj@users.noreply.github.com> Date: Thu, 7 May 2020 17:16:11 -0400 Subject: [PATCH] 2020.19.1 Release (#159) --- athena-aws-cmdb/athena-aws-cmdb.yaml | 2 +- athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml | 2 +- athena-cloudwatch/athena-cloudwatch.yaml | 2 +- athena-docdb/athena-docdb.yaml | 2 +- athena-dynamodb/athena-dynamodb.yaml | 2 +- athena-example/athena-example.yaml | 2 +- athena-federation-sdk/athena-federation-sdk.yaml | 4 ++-- athena-federation-sdk/pom.xml | 2 +- athena-hbase/athena-hbase.yaml | 2 +- athena-jdbc/athena-jdbc.yaml | 2 +- athena-redis/athena-redis.yaml | 2 +- athena-tpcds/athena-tpcds.yaml | 2 +- athena-udfs/athena-udfs.yaml | 2 +- pom.xml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 1b2dcee0f2..420a8b2c0d 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index 874df0cfc1..f5eba59661 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index 47a90ac10e..e8b6ae2f37 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index a32ebfc13c..b90fe26918 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 975a2eedb3..5048f29a44 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index d1e75d4067..4b0282ec59 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index 8cdef90d1d..5c18b2d469 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: 2020.18.1 + SemanticVersion: 2020.19.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-2020.18.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2020.19.1-withdep.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated data source." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index af4e6c10e9..97357398fd 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -7,7 +7,7 @@ com.amazonaws aws-athena-federation-sdk - 2020.18.1 + 2020.19.1 jar Amazon Athena Query Federation SDK diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 0e9d8b5cb6..0a8e96e995 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-jdbc/athena-jdbc.yaml b/athena-jdbc/athena-jdbc.yaml index b0332b50dc..6c3a1eb804 100644 --- a/athena-jdbc/athena-jdbc.yaml +++ b/athena-jdbc/athena-jdbc.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index d353ed198d..a411c61ca1 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index fbb8496c47..433d4428a5 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 6556becc7a..db251c9455 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: 2020.18.1 + SemanticVersion: 2020.19.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/pom.xml b/pom.xml index 87fa774283..ba669f971a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 1.8 1.8 1.11.490 - 2020.18.1 + 2020.19.1 1.2.0 1.7.28 1.10.19