Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a36827

Browse files
committed
Update tempto to 165
1 parent d5d183d commit 3a36827

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dep.jdbi3.version>3.4.0</dep.jdbi3.version>
5353
<dep.drift.version>1.14</dep.drift.version>
5454
<dep.joda.version>2.10</dep.joda.version>
55-
<dep.tempto.version>164</dep.tempto.version>
55+
<dep.tempto.version>165</dep.tempto.version>
5656
<dep.testng.version>6.10</dep.testng.version>
5757
<dep.assertj-core.version>3.8.0</dep.assertj-core.version>
5858
<dep.logback.version>1.2.3</dep.logback.version>

presto-product-tests/src/main/resources/tempto-configuration.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
hdfs:
22
username: hdfs
33
webhdfs:
4-
host: ${databases.hive.host}
5-
port: 50070
4+
uri: http://${databases.hive.host}:50070
65

76
databases:
87
default:

0 commit comments

Comments
 (0)