Skip to content

Commit 4943098

Browse files
authored
Merge pull request #7774 from zhang2014/remove_useless_code
chore(streams): remove useless code
2 parents 7631b68 + 51eae1b commit 4943098

File tree

11 files changed

+0
-784
lines changed

11 files changed

+0
-784
lines changed

src/query/streams/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ common-io = { path = "../../common/io" }
2525
async-stream = "0.3.3"
2626
async-trait = "0.1.56"
2727
chrono-tz = "0.6.1"
28-
csv-async = "1.2.4"
2928
futures = "0.3.21"
3029
parking_lot = "0.12.1"
3130
pin-project-lite = "0.2.9"

src/query/streams/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
mod sources;
1615
mod stream;
1716
mod stream_datablock;
1817
mod stream_error;
1918
mod stream_progress;
20-
mod stream_take;
2119

22-
pub use sources::*;
2320
pub use stream::*;
2421
pub use stream_datablock::DataBlockStream;
2522
pub use stream_error::ErrorStream;
2623
pub use stream_progress::ProgressStream;
27-
pub use stream_take::TakeStream;

src/query/streams/src/sources/mod.rs

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

src/query/streams/src/sources/source.rs

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

src/query/streams/src/sources/source_csv.rs

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

0 commit comments

Comments
 (0)