Skip to content

Commit

Permalink
Remove unused dumpStats() call
Browse files Browse the repository at this point in the history
The dumpStats() method call was removed to clean up the code.
It was not serving any functional purpose in the current context.
  • Loading branch information
TDeSain committed Mar 3, 2025
1 parent c338877 commit 5c18091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public void dumpStatsAndColumnMeta(String hpdsDirectory) {
} catch (IOException | ClassNotFoundException e) {
throw new RuntimeException("Could not load metastore", e);
}
dumpStats();
}

}
2 changes: 1 addition & 1 deletion etl/src/main/resources/application-local-dev.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
encryption.enabled=false
etl.hpds.directory=/opt/local/hpds/
etl.hpds.directory=./
etl.rollup.enabled=false

0 comments on commit 5c18091

Please sign in to comment.