chore: update visibility of BatchToRecordBatchAdapter::new (#7817)

This commit is contained in:
Ning Sun
2026-03-16 17:56:34 +08:00
committed by GitHub
parent be4a7a6d37
commit dd82fcac00

View File

@@ -59,7 +59,7 @@ impl BatchToRecordBatchAdapter {
/// - `metadata`: region metadata describing the schema.
/// - `codec`: codec for decoding the encoded primary key bytes.
/// - `read_column_ids`: projected column ids to read.
pub(crate) fn new(
pub fn new(
iter: BoxedBatchIterator,
metadata: RegionMetadataRef,
codec: Arc<dyn PrimaryKeyCodec>,