vrajat commented on code in PR #14110:
URL: https://github.com/apache/pinot/pull/14110#discussion_r1867878322
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -1301,4 +1308,25 @@ public static class NullValuePlaceHolder {
public static final byte[][] BYTES_ARRAY = new byte[0][];
public static final Object MAP = Collections.emptyMap();
}
+
+ public static class CursorConfigs {
+ public static final String DEFAULT_RESPONSE_STORE_TYPE = "file";
+ public static final String DEFAULT_RESPONSE_SERDE = "json";
+ public static final int MAX_CURSOR_FETCH_ROWS = 100000;
+ public static final int DEFAULT_CURSOR_FETCH_ROWS = 10000;
+ public static final String DEFAULT_RESULTS_EXPIRATION_INTERVAL = "1h"; //
1 hour.
Review Comment:
Fixed
--
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]