totalo commented on pull request #12161: URL: https://github.com/apache/shardingsphere/pull/12161#issuecomment-911187348
> > > What is the result with `System.lineSeparator()` in windows? > > > > > > Below win is \r\n. > > Why `\r\n` cause error? > > > What is the result with `System.lineSeparator()` in windows? > > > > > > Below win is \r\n. > > Why `\r\n` cause error? It is because `YamlEngine.marshal(swapYamlDataSourceConfiguration(dataSourceConfigs))` returns are divided by `\n`, but our parameters are divided by` \r\n`. So the parameters are not equal.I am looking for why it will be divided by `\n ` in the windows environment. -- 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]
