Skip to content

Commit

Permalink
#263: reviewed sybase dialect and removed an unused MetadataReader (#373
Browse files Browse the repository at this point in the history
)

* #263: reviewed sybase dialect and removed an unused MetadataReader
  • Loading branch information
AnastasiiaSergienko committed Aug 21, 2020
1 parent 9d717f0 commit 682b14d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
[sap-hana-dialect-doc]: doc/dialects/saphana.md
[sql-server-dialect-doc]: doc/dialects/sql_server.md
[sybase-dialect-doc]: doc/dialects/sybase.md
[teradata-dialect-doc]: doc/dialects/teradata.md
[teradata-dialect-doc]: doc/dialects/teradata.md
10 changes: 9 additions & 1 deletion doc/changes/changes_4.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@

## Documentation

#371: Documented data types conversion for Hive dialect.
#371: Documented data types conversion for Hive dialect.

## Refactoring

#263: Removed SybaseMetadataReader class as it was not used by the dialect.

## Dependency updates

* Updated `org.apache.hbase:hbase-server` from 2.3.0 to 2.3.1
6 changes: 3 additions & 3 deletions doc/user-guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ There are a few important things you need to know about those data types.

See also:

* [List of Supported Dialect](doc/user-guide/dialects.md)
* [Virtual Schema's Properties Reference](doc/user-guide/virtual_schema_properties.md)
* [SQL Client Specifics](doc/user-guide/sql_clients.md)
* [List of Supported Dialect](dialects.md)
* [Virtual Schema's Properties Reference](virtual_schema_properties.md)
* [SQL Client Specifics](sql_clients.md)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>test</scope>
<!--Excluding transient dependencies with vulnerabilities-->
<exclusions>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 682b14d

Please sign in to comment.