diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml
index 5c10ad971b..f4433bddcd 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-aws-cmdb-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-aws-cmdb/pom.xml b/athena-aws-cmdb/pom.xml
index c3c4b0a242..54a80a6433 100644
--- a/athena-aws-cmdb/pom.xml
+++ b/athena-aws-cmdb/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml
index 0262f4d331..9675e81a99 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-cloudwatch-metrics-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-cloudwatch-metrics/pom.xml b/athena-cloudwatch-metrics/pom.xml
index 71773f1088..bb3c3d9b17 100644
--- a/athena-cloudwatch-metrics/pom.xml
+++ b/athena-cloudwatch-metrics/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml
index ebd3780051..30eb0cf8c1 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-cloudwatch-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml
index 310c324663..1b622306d0 100644
--- a/athena-cloudwatch/pom.xml
+++ b/athena-cloudwatch/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml
index 2ad66f3d73..6977a9f1ed 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-docdb-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-docdb/pom.xml b/athena-docdb/pom.xml
index 29e9021f4d..29536730a4 100644
--- a/athena-docdb/pom.xml
+++ b/athena-docdb/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml
index 3eff1b39e6..79f6d5c4bf 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-dynamodb-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-dynamodb/pom.xml b/athena-dynamodb/pom.xml
index b63177e39e..bf7d392f6f 100644
--- a/athena-dynamodb/pom.xml
+++ b/athena-dynamodb/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml
index 802ea10706..79a345b042 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: 2021.41.1
+ SemanticVersion: 2021.42.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
# Parameters are CloudFormation features to pass input
@@ -74,7 +74,7 @@ Resources:
query_timeout_search: !Ref QueryTimeoutSearch
FunctionName: !Sub "${AthenaCatalogName}"
Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler"
- CodeUri: "./target/athena-elasticsearch-2021.41.1.jar"
+ CodeUri: "./target/athena-elasticsearch-2021.42.1.jar"
Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-elasticsearch/pom.xml b/athena-elasticsearch/pom.xml
index 12d050814e..473acc9476 100644
--- a/athena-elasticsearch/pom.xml
+++ b/athena-elasticsearch/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml
index 656e57f8fa..37e6979e49 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-example-2021.42.1.jar"
Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-example/pom.xml b/athena-example/pom.xml
index 6b19f93a98..b82adcab60 100644
--- a/athena-example/pom.xml
+++ b/athena-example/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md
index 1802d7acd5..e300b58087 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. 2021.41.1)
+ Current version of the SDK (e.g. 2021.42.1)
test
```
diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml
index 93e5d12e69..6b7ea863c2 100644
--- a/athena-federation-integ-test/pom.xml
+++ b/athena-federation-integ-test/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml
index deda046dde..34520bf5a7 100644
--- a/athena-federation-sdk-tools/pom.xml
+++ b/athena-federation-sdk-tools/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml
index 90b3407ca0..3340502445 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1-withdep.jar"
+ CodeUri: "./target/aws-athena-federation-sdk-2021.42.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 72566474b5..a11da51864 100644
--- a/athena-federation-sdk/pom.xml
+++ b/athena-federation-sdk/pom.xml
@@ -8,7 +8,7 @@
com.amazonaws
aws-athena-query-federation
- 1.1.5
+ 1.1.6
com.amazonaws
diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml
index 241b931507..26e88456a0 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-hbase-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-hbase/pom.xml b/athena-hbase/pom.xml
index 089dedae64..4dd18a4f38 100644
--- a/athena-hbase/pom.xml
+++ b/athena-hbase/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-jdbc/athena-jdbc.yaml b/athena-jdbc/athena-jdbc.yaml
index 13d58e7bdc..fb60e4a598 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: 2021.41.1
+ SemanticVersion: 2021.42.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.jdbc.MultiplexingJdbcCompositeHandler"
- CodeUri: "./target/athena-jdbc-2021.41.1.jar"
+ CodeUri: "./target/athena-jdbc-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Databases using JDBC"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml
index ba703573b1..fc0b4dce2f 100644
--- a/athena-jdbc/pom.xml
+++ b/athena-jdbc/pom.xml
@@ -3,7 +3,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml
index c7334efae7..a2284ed777 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-neptune-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-neptune/pom.xml b/athena-neptune/pom.xml
index 1e1d62d19d..45b253907a 100644
--- a/athena-neptune/pom.xml
+++ b/athena-neptune/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml
index e3ee4269ff..f732cf9801 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-redis-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml
index b919ce917b..675096d28b 100644
--- a/athena-redis/pom.xml
+++ b/athena-redis/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml
index 3590482bdc..494fea16d7 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: 2021.41.1
+ SemanticVersion: 2021.42.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.connectors.timestream.TimestreamCompositeHandler"
- CodeUri: "./target/athena-timestream-2021.41.1.jar"
+ CodeUri: "./target/athena-timestream-2021.42.1.jar"
Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-timestream/pom.xml b/athena-timestream/pom.xml
index 62416e2a42..5a6cb067e6 100644
--- a/athena-timestream/pom.xml
+++ b/athena-timestream/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml
index 90a43a9f3f..791f0929df 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-tpcds-2021.42.1.jar"
Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-tpcds/pom.xml b/athena-tpcds/pom.xml
index 8b42422ff5..28ccf26798 100644
--- a/athena-tpcds/pom.xml
+++ b/athena-tpcds/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml
index 5967b803a9..c367fd5589 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-udfs-2021.42.1.jar"
Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda."
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-udfs/pom.xml b/athena-udfs/pom.xml
index 6c66d52c17..168c286350 100644
--- a/athena-udfs/pom.xml
+++ b/athena-udfs/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml
index 7bd81594b9..0cd0038ec0 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: 2021.41.1
+ SemanticVersion: 2021.42.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-2021.41.1.jar"
+ CodeUri: "./target/athena-vertica-2021.42.1.jar"
Description: "Amazon Athena Vertica Connector"
Runtime: java8
Timeout: !Ref LambdaTimeout
diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml
index 9d67c49a93..8fab975b4d 100644
--- a/athena-vertica/pom.xml
+++ b/athena-vertica/pom.xml
@@ -5,7 +5,7 @@
aws-athena-query-federation
com.amazonaws
- 1.1.5
+ 1.1.6
4.0.0
diff --git a/pom.xml b/pom.xml
index 37c45d59a6..ee82454b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.amazonaws
aws-athena-query-federation
pom
- 1.1.5
+ 1.1.6
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
@@ -15,7 +15,7 @@
1.8
1.8
1.11.800
- 2021.41.1
+ 2021.42.1
1.2.0
1.7.28
1.10.19