61yao commented on code in PR #9895: URL: https://github.com/apache/pinot/pull/9895#discussion_r1041420234
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java: ########## @@ -22,7 +22,7 @@ * Configuration for setting up query runtime. */ public class QueryConfig { - public static final long DEFAULT_TIMEOUT_NANO = 10_000_000_000L; + public static final long DEFAULT_TIMEOUT_NANO = 10_000_000_000_000L; Review Comment: Ah. yeah. thanks for catching this -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org