RaigorJiang opened a new issue, #35841: URL: https://github.com/apache/shardingsphere/issues/35841
`PostgreSQLBinaryProtocolValue` implementations all have 3 methods: - getColumnLength - read - write Now, some unit test classes have three methods: - assertGetColumnLength - assertRead - assertWrite others have only one test method: `assertNewInstance` Please split these `assertNewInstance` into `assertGetColumnLength`, `assertRead` and `assertWrite`. ### task list - [ ] PostgreSQLBoolBinaryProtocolValueTest - [ ] PostgreSQLBoolBinaryProtocolValueTest - [ ] PostgreSQLTimeBinaryProtocolValueTest -- 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]
