amansinha100 commented on a change in pull request #1776: DRILL-7223: Create an option to control timeout for REFRESH METADATA URL: https://github.com/apache/drill/pull/1776#discussion_r280269370
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderConfig.java ########## @@ -50,6 +50,7 @@ private boolean enableTimeReadCounter = false; private boolean autoCorrectCorruptedDates = true; private boolean enableStringsSignedMinMax = false; + private long timeoutPerRunnableInMsec = 15_000; Review comment: Since the 'owner' of the default should be ExecConstants, we should avoid this default value. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
