Arnav-panjla commented on code in PR #115:
URL: https://github.com/apache/fluss-rust/pull/115#discussion_r2646260945
##########
bindings/cpp/src/lib.rs:
##########
@@ -538,7 +542,10 @@ impl Table {
self.table_info.clone(),
);
- let scan = fluss_table.new_scan();
+ let scan = match fluss_table.new_scan() {
Review Comment:
Thanks for the suggestion! Updated the code
--
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]