agozhiy commented on a change in pull request #1449: DRILL-6544: Timestamp
value in Drill UI showed inconsistently with th…
URL: https://github.com/apache/drill/pull/1449#discussion_r215339693
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
##########
@@ -685,6 +685,18 @@ private ExecConstants() {
public static final String WEB_LOGS_MAX_LINES = "web.logs.max_lines";
public static final OptionValidator WEB_LOGS_MAX_LINES_VALIDATOR = new
PositiveLongValidator(WEB_LOGS_MAX_LINES, Integer.MAX_VALUE, null);
+ public static final String WEB_TIMESTAMP_DISPLAY_FORMAT =
"web.timestamp.display_format";
+ public static final OptionValidator WEB_TIMESTAMP_DISPLAY_FORMAT_VALIDATOR =
new StringValidator(WEB_TIMESTAMP_DISPLAY_FORMAT,
+ new OptionDescription("Display format template for timestamp. If empty
then the default formatting will be used."));
Review comment:
Updated the descriptions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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