luoyuxia commented on code in PR #57:
URL: https://github.com/apache/fluss-rust/pull/57#discussion_r2587144683
##########
crates/fluss/tests/integration/table.rs:
##########
@@ -37,10 +37,16 @@ mod table_test {
use crate::integration::utils::create_table;
use arrow::array::record_batch;
use fluss::metadata::{DataTypes, Schema, TableDescriptor, TablePath};
+ use fluss::row::InternalRow;
use std::sync::Arc;
use std::sync::atomic::AtomicUsize;
use std::thread;
fn before_all() {
+ let use_local = std::env::var("FLUSS_USE_LOCAL")
Review Comment:
why need that
--
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]