Yohahaha opened a new pull request, #4934:
URL: https://github.com/apache/incubator-gluten/pull/4934

   ## What changes were proposed in this pull request?
   
   Refine log plan/split json into one line, it helps filter json output 
quickly when multi task running.
   
   Before
   ```
   I0312 12:32:11.865212 1787198 VeloxRuntime.cc:57] 
################################################## received substrait::Plan:
   I0312 12:32:11.865226 1787198 VeloxRuntime.cc:58] [Stage: 0 TID: 0]
   
{"relations":[{"root":{"input":{"read":{"common":{"direct":{}},"baseSchema":{"names":["id","dt"],"struct":{"types":[{"i32":{"nullability":"NULLABILITY_NULLABLE"}},{"string":{"nullability":"NULLABILITY_NULLABLE"}}]},"columnTypes":["NORMAL_COL","NORMAL_COL"]},"advancedExtension":{"optimization":{"@type":"/google.protobuf.StringValue","value":"isMergeTree=0\n"}}}},"names":["id#0","dt#1","id#0","dt#1"]}}]}
   ```
   
   After
   ```
   I0312 15:25:13.993911 3130302 VeloxRuntime.cc:57] 
################################################## received substrait::Plan: 
[Stage: 0 TID: 0]
   
{"relations":[{"root":{"input":{"read":{"common":{"direct":{}},"baseSchema":{"names":["id","dt"],"struct":{"types":[{"i32":{"nullability":"NULLABILITY_NULLABLE"}},{"string":{"nullability":"NULLABILITY_NULLABLE"}}]},"columnTypes":["NORMAL_COL","NORMAL_COL"]},"advancedExtension":{"optimization":{"@type":"/google.protobuf.StringValue","value":"isMergeTree=0\n"}}}},"names":["id#0","dt#1","id#0","dt#1"]}}]}
   ```
   
   Fix some warnings reported by IDE.


-- 
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]

Reply via email to