cambyzju opened a new pull request, #24264:
URL: https://github.com/apache/doris/pull/24264
## Proposed changes
`SHOW ROUTINE LOAD` will output json format `JobProperties`, such as:
```{"timezone":"Asia/Shanghai","send_batch_parallelism":"1","columnSeparator":"\t","load_to_single_tablet":"false","lineDelimiter":"\n","maxBatchSizeBytes":"209715200","exec_mem_limit":"2147483648","strict_mode":"false","jsonpaths":"","currentTaskConcurrentNum":"1","fuzzy_parse":"false","partitions":"*","columnToColumnExpr":"row_kind,","maxBatchIntervalS":"30","whereExpr":"*","precedingFilter":"*","mergeType":"MERGE","format":"csv","json_root":"","deleteCondition":"`row_kind`
=
'-D'","desireTaskConcurrentNum":"1","maxErrorNum":"0","strip_outer_array":"false","execMemLimit":"2147483648","num_as_string":"false","maxBatchRows":"300000"}```
The keys in the output such as `maxBatchIntervalS` and `maxBatchRows` are
not the same as user used in create routine load stmt, such as
`max_batch_interval` and `max_batch_rows`. It is confused.
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
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]