chaokunyang commented on code in PR #1886: URL: https://github.com/apache/fury/pull/1886#discussion_r1803048353
########## kotlin/README.md: ########## @@ -9,7 +9,7 @@ Fury Kotlin provides additional tests and implementation support for Kotlin type Fury Kotlin is tested and works with the following types: - primitives: `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double`, `UByte`, `UShort`, `UInt`, `UShort`, `UInt`. -- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default java implementation. +- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default java implementation. Review Comment: Could we replace all `default java implementation` with `default fury java implementation` -- 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]
