fresh-borzoni commented on code in PR #370:
URL: https://github.com/apache/fluss-rust/pull/370#discussion_r2843646544
##########
bindings/cpp/test/test_log_table.cpp:
##########
@@ -140,11 +140,11 @@ TEST_F(LogTableTest, AppendRecordBatchAndScan) {
// Iterate by bucket
for (size_t b = 0; b < scan_records.BucketCount(); ++b) {
- auto bucket_view = scan_records.BucketAt(b);
- if (!bucket_view.Empty()) {
+ auto bkt_records = scan_records.BucketAt(b);
Review Comment:
otherwise shadowed
--
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]