Skip to content

Commit f277fb2

Browse files
authored
Merge pull request #7694 from sundy-li/inter-insert
chore(query): move insert format deser from binder into interpreter
2 parents ce58d74 + 9cac7c8 commit f277fb2

File tree

8 files changed

+460
-457
lines changed

8 files changed

+460
-457
lines changed

src/query/pipeline/sources/src/processors/sources/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub mod file_splitter;
2020
pub mod multi_file_splitter;
2121
mod one_block_source;
2222
pub mod stream_source;
23-
pub mod stream_source_v2;
2423
pub mod sync_source;
2524
pub mod sync_source_receiver;
2625

@@ -37,7 +36,6 @@ pub use multi_file_splitter::OperatorInfo;
3736
pub use one_block_source::OneBlockSource;
3837
pub use stream_source::StreamSource;
3938
pub use stream_source::StreamSourceNoSkipEmpty;
40-
pub use stream_source_v2::StreamSourceV2;
4139
pub use sync_source::SyncSource;
4240
pub use sync_source::SyncSourcer;
4341
pub use sync_source::*;

src/query/pipeline/sources/src/processors/sources/stream_source_v2.rs

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)