Skip to content

Commit a1907e0

Browse files
committed
Bring back streamers.
1 parent a0e9696 commit a1907e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/deeplake_pg/table_data_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ inline std::pair<int64_t, int64_t> table_data::get_row_range(int32_t worker_id)
526526

527527
inline void table_data::create_streamer(int32_t idx, int32_t worker_id)
528528
{
529-
return;
530529
if (streamers_.streamers.empty()) {
531530
const auto s = num_columns();
532531
streamers_.streamers.resize(s);

0 commit comments

Comments
 (0)