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

#486 Update type of Athena VS #487

Merged
merged 3 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/project-keeper-verify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/project-keeper.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 6.0.1
version: 6.0.2
linkReplacements:
excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/project-keeper-verify.yml'"
- regex: "(?s)E-PK-CORE-62: The project's README.md does not contain a valid badges block.*"
- "E-PK-CORE-61: The project's README.md does not reference the dependencies.md file.' Please add a link like '[Dependencies](dependencies.md)' to the README.md."
- "E-PK-CORE-50: This project does not have a dependencies.md file."

21 changes: 6 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.generate.finalModifiers": true,
"source.fixAll": true
},
"java.codeGeneration.useBlocks": true,
"java.saveActions.organizeImports": true,
"java.sources.organizeImports.starThreshold": 3,
"java.sources.organizeImports.staticStarThreshold": 3,
"java.test.config": {
"vmArgs": [
"-Djava.util.logging.config.file=src/test/resources/logging.properties"
]
}
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.generate.finalModifiers": true,
"source.fixAll": true
}
}
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ The version of the Virtual Schema JDBC on which a Virtual Schema is based also t

Virtual Schema JDBC Version | Required Java Version | Lifecycle
----------------------------|-----------------------|--------------------------------
10.x.x | 11 | supported, active development
9.x.x | 11 | supported
11.x.x | 11 | supported, active development
10.x.x | 11 | supported
9.x.x | 11 | discontinued
8.x.x | 11 | discontinued
7.x.x | 11 | discontinued
6.x.x | 11 | discontinued
Expand All @@ -43,17 +44,18 @@ Please update your Virtual Schema to a supported version before writing tickets

Exasol Version | Java Version Installed by Default in Language Container
----------------|--------------------------------------------------------
8 | 11
7.1 | 11
7.0 | 11
6.2 | 11
6.1 | 9
6.0 | 8

We recommend updating the Exasol installation to at least 7.1.10 or newer for best results.
We recommend updating the Exasol installation to at least 7.1.21 or newer for best results.

Please do not try to install language containers with lower Java versions on newer Exasol installations. This is untested.

Please contact the [Exasol Support Team](https://www.exasol.com/portal/display/EXA/Support+Dashboard) if you need help upgrading the language container.
Please contact the [Exasol Support Team](https://exasol-support.force.com/s/create-new-case) if you need help upgrading the language container.

The runtime dependencies are specified for each dialect in their own repository.

Expand Down Expand Up @@ -81,8 +83,7 @@ See [List of Supported Dialects](doc/user-guide/dialects.md).

## Limitations

* The Virtual Schema adapter takes about 1s to start.
That means that queries that involve tables from Virtual Schema will take at least 1s.
* The Virtual Schema adapter takes about 1s to start. That means that queries that involve tables from Virtual Schema will take at least 1s.

## Customer Support

Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions doc/changes/changes_6.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Virtual Schemas 6.0.2, released 2023-07-07

Code name: Documentation Update

## Summary

This release fixes the type of the Athena Virtual Schema.

## Documentation

* #486: Changed type of Athena VS to "JDBC"
2 changes: 1 addition & 1 deletion doc/user-guide/dialects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Dialect name | OEM | Type | Repository | Latest release |
|------------------------------------------------------------------------------------|-----------|-----------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
| [Athena][athena-dialect-doc] | AWS | document | [Athena Virtual Schema][athena-vs-repository] | [Latest release][athena-vs-releases] |
| [Athena][athena-dialect-doc] | AWS | JDBC | [Athena Virtual Schema][athena-vs-repository] | [Latest release][athena-vs-releases] |
| [Aurora][aurora-dialect-doc] | AWS | JDBC | [Virtual Schemas][virtual-schemas-repository] | [Latest release][virtual-schemas-releases] |
| [Azure Blob Storage document files][azure-blob-storage-vs-doc] | Microsoft | document | [Azure Blob Storage document files Virtual Schema][azure-blob-storage-vs-repository] | [Latest release][azure-blob-storage-vs-releases] |
| [Azure Data Lake Storage Gen2 document files][azure-data-lake-storage-gen2-vs-doc] | Microsoft | document | [Azure Data Lake Storage Gen2 document files Virtual Schema][azure-data-lake-storage-gen2-vs-repository] | [Latest release][azure-data-lake-storage-gen2-vs-releases] |
Expand Down