Skip to content

Commit

Permalink
Update src/catalog/src/information_schema/tables.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Weny Xu <wenymedia@gmail.com>
  • Loading branch information
fengjiachun and WenyXu committed Jan 16, 2024
1 parent 563100c commit 7b095e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/catalog/src/information_schema/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use datatypes::prelude::{ConcreteDataType, ScalarVectorBuilder, VectorRef};
use datatypes::schema::{ColumnSchema, Schema, SchemaRef};
use datatypes::value::Value;
use datatypes::vectors::{StringVectorBuilder, UInt32VectorBuilder};
use futures_util::StreamExt;
use futures::TryStreamExt;
use snafu::{OptionExt, ResultExt};
use store_api::storage::{ScanRequest, TableId};
use table::metadata::TableType;
Expand Down
1 change: 0 additions & 1 deletion src/catalog/src/kvbackend/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ impl CatalogManager for KvBackendCatalogManager {
.tables(catalog, schema)
.await
.map_ok(|(_, v)| v.table_id());

const BATCH_SIZE: usize = 128;
let user_tables = try_stream!({
// Split table ids into chunks
Expand Down

0 comments on commit 7b095e5

Please sign in to comment.