mbutrovich commented on code in PR #1809: URL: https://github.com/apache/datafusion-comet/pull/1809#discussion_r2112818597
########## common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java: ########## @@ -613,7 +611,10 @@ public void close() throws IOException { @SuppressWarnings("deprecation") private int loadNextBatch() throws Throwable { - long startNs = System.nanoTime(); Review Comment: Unused. There's other commented out timing related stuff in this file, but not in this function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org