leekeiabstraction opened a new issue, #344: URL: https://github.com/apache/fluss-rust/issues/344
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Please describe the bug 🐞 Interleaving non-PK column with PK columns cause lookup panic in python binding. ``` Upserting rows... upsert {'pk1': 1, 'data1': 'alpha', 'pk2': 10, 'data2': 'AAA'} OK upsert {'pk1': 1, 'data1': 'beta', 'pk2': 20, 'data2': 'BBB'} OK upsert {'pk1': 2, 'data1': 'gamma', 'pk2': 10, 'data2': 'CCC'} OK Looking up rows... ← panic here on lookuper.lookup({"pk1": 1, "pk2": 10}) ``` ### Solution _No response_ ### Are you willing to submit a PR? - [ ] 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]
