Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan0102 committed Nov 3, 2023
1 parent 931f4bd commit dc0c554
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public void setUp() {
@Test
public void testJsonWriterStreamCdc() throws Exception {
Path dataFilePath = System.getProperty("user.dir");
// FileSystems.getDefault().getPath(
// "/java-bigquerystorage/samples/snippets/src/test/resources",
// "NewCustomers.json");
// FileSystems.getDefault().getPath(
// "/java-bigquerystorage/samples/snippets/src/test/resources",
// "NewCustomers.json");

System.out.println(dataFilePath.toString());
String[] args = {GOOGLE_CLOUD_PROJECT, datasetName, "customers", dataFilePath.toString()};
Expand Down

0 comments on commit dc0c554

Please sign in to comment.