Skip to content

Commit

Permalink
fix: filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan0102 committed Nov 3, 2023
1 parent 578d3b9 commit f2806e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public void setUp() {

@Test
public void testJsonWriterStreamCdc() throws Exception {
Path dataFilePath = FileSystems.getDefault().getPath("samples/snippets/src/test/resources",
Path dataFilePath = FileSystems.getDefault().getPath(
"/java-bigquerystorage/samples/snippets/src/test/resources/NewCustomers.json",
"NewCustomers.json");

System.out.println(dataFilePath.toString());
Expand Down

0 comments on commit f2806e6

Please sign in to comment.