Skip to content

Commit

Permalink
Merge pull request #33 from lenchv/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
lenchv authored Jul 3, 2020
2 parents 9d997e1 + b6986cc commit 3cac952
Show file tree
Hide file tree
Showing 38 changed files with 1,874 additions and 1,186 deletions.
8 changes: 4 additions & 4 deletions .docker/confs/hive-site.xml.tcp.plain
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<value>file:///tmp</value>
</property>
<property>
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:derby:;databaseName=metastore_db;create=true</value>
</property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:derby:;databaseName=metastore_db;create=true</value>
</property>
<property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>org.apache.derby.jdbc.EmbeddedDriver</value>
</property>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
[0.1.4](https://github.com/lenchv/hive-driver/releases/tag/v0.1.4) 2020-07-03

- Fixed retrieving null values from the API

[0.1.3](https://github.com/lenchv/hive-driver/releases/tag/v0.1.3) 2020-03-30

Expand Down
6 changes: 3 additions & 3 deletions dist/HiveOperation.js

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

2 changes: 1 addition & 1 deletion dist/HiveOperation.js.map

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

7 changes: 3 additions & 4 deletions dist/connection/auth/KerberosHttpAuthentication.js

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

2 changes: 1 addition & 1 deletion dist/connection/auth/KerberosHttpAuthentication.js.map

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

5 changes: 2 additions & 3 deletions dist/connection/auth/KerberosTcpAuthentication.js

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

Loading

0 comments on commit 3cac952

Please sign in to comment.