Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit fee26d7

Browse files
author
Matthias Ekundayo
committed
removed extra line in connect.py
1 parent 7b47527 commit fee26d7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,4 @@ benchmark_*.png
140140
.DS_Store
141141

142142
# IntelliJ
143-
.idea
144-
145-
# VS Code
146-
.vscode
143+
.idea

data_diff/databases/connect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def connect_to_uri(db_uri: str, thread_count: Optional[int] = 1) -> Database:
143143
assert not dsn.port
144144
kw["user"] = dsn.user
145145
kw["password"] = dsn.password
146-
147146
else:
148147
kw["host"] = dsn.host
149148
kw["port"] = dsn.port

dev/presto-conf/standalone/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ query.max-memory=5GB
55
query.max-memory-per-node=1GB
66
query.max-total-memory-per-node=2GB
77
discovery-server.enabled=true
8-
discovery.uri=http://127.0.0.1:8080
8+
discovery.uri=http://127.0.0.1:8080

0 commit comments

Comments
 (0)