Skip to content

Commit 5b8f0e3

Browse files
committed
fix (node-delta-sharing): Fix error in delta_sharing example config
Signed-off-by: Ritesh.K <riteshkarki6@gmail.com>
1 parent 9b68596 commit 5b8f0e3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

etc/examples/nodes/delta_sharing.conf

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,15 @@
33
nodes = {
44
delta_reader = {
55
type = "delta_sharing"
6-
profile_path = "${TEST_PROFILE}"
7-
cache_dir = "${TEST_CACHE}"
6+
profile_path = "."
7+
cache_dir = "."
88
table_path = "open-datasets.share#delta_sharing.default.COVID_19_NYT",
99
op = "read"
1010
batch_size = 10
1111
},
12-
delta_writer = {
13-
type = "delta_sharing",
14-
profile_path = "${TEST_PROFILE}"
15-
cache_dir = "${TEST_CACHE}"
16-
table_path = "open-delta-sharing.s3.us-west-2.amazonaws.com#samples.test_output",
17-
op = "write"
18-
batch_size = 10
19-
},
2012
file1 = {
2113
type = "file"
22-
uri = "${TEST_OUTPUT}"
14+
uri = "."
2315
format = "json"
2416
}
2517
}

0 commit comments

Comments
 (0)