Krystal created DRILL-5036:
------------------------------
Summary: The session options used for a query is not nicely
formated in the JSON Profile
Key: DRILL-5036
URL: https://issues.apache.org/jira/browse/DRILL-5036
Project: Apache Drill
Issue Type: Bug
Components: Client - HTTP
Affects Versions: 1.9.0
Reporter: Krystal
Priority: Minor
The optionsJson section in the Json Profile from the WebUI and profile json
file shows the sessions used for a query displays escape characters and newline
characters:
"optionsJson": "[ {\n \"kind\" : \"BOOLEAN\",\n \"type\" : \"SESSION\",\n
\"name\" : \"planner.enable_decimal_data_type\",\n \"bool_val\" : false\n},
{\n \"kind\" : \"BOOLEAN\",\n \"type\" : \"SESSION\",\n \"name\" :
\"store.parquet.reader.int96_as_timestamp\",\n \"bool_val\" : true\n}, {\n
\"kind\" : \"LONG\",\n \"type\" : \"SESSION\",\n \"name\" :
\"web.logs.max_lines\",\n \"num_val\" : 5000\n} ]"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)