linghengqian commented on pull request #15260:
URL: https://github.com/apache/shardingsphere/pull/15260#issuecomment-1038110808


   > Wouldn't yaml like this be a better representation (generated using 
jackson-dataformat-yaml)?:
   > 
   > ```
   > executionID: null
   > schemaName: null
   > username: null
   > hostname: null
   > sql: null
   > unitStatuses:
   > - unitID: "159917166"
   >   status: "EXECUTE_STATUS_DONE"
   > startTimeMillis: null
   > ```
   
   I'm guessing you're referring to the link in 
https://github.com/linghengqian/snakeyaml-update-test/blob/master/snakeyaml-new-version-test/src/test/java/com/lingh/JunitTest.java
 , `snakeYamlTest4()` parses like this. Unfortunately, it still works fine on 
snakeyaml `1.16`, but fails on snakeyaml `1.30`.
   
   


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


Reply via email to