Shekharrajak commented on code in PR #19510:
URL: https://github.com/apache/druid/pull/19510#discussion_r3954210250


##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/iceberg/IcebergRestCatalogIngestionTest.java:
##########
@@ -193,5 +197,12 @@ private void ingestFromIcebergRestCatalog(final String 
targetDataSource, final b
         + "2024-01-01T01:00:00.000Z,bob,200\n"
         + "2024-01-01T02:00:00.000Z,charlie,300"
     );
+
+    log.info(

Review Comment:
   Use this logger to analyze manually how much time both readers are taking. 
With these current updates, the approach looks highly promising 
   
   ```
    - Standard reader: 2289 ms
     - Arrow reader: 818 ms
   approximately 2.8x faster 
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to