leekeiabstraction opened a new issue, #185: URL: https://github.com/apache/fluss-rust/issues/185
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Please describe the bug 🐞 Using the `example_kv_table.rs`'s example, the Kv records were written successfully and manually verified using Flink SQL client. However, when looking up, the rows parsed back are wrong, see output below ``` === Upserting === Upserted: GenericRow { values: [Int32(1), String("Verso"), Int64(32)] } Upserted: GenericRow { values: [Int32(2), String("Noco"), Int64(25)] } Upserted: GenericRow { values: [Int32(3), String("Esquie"), Int64(35)] } === Looking up === Found id=1: name=, age=1 Found id=2: name=, age=2 Found id=3: name=, age=3 ``` The age was populated by key id, while the name strings are empty. ### Solution _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
