We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e9696 commit a1907e0Copy full SHA for a1907e0
1 file changed
cpp/deeplake_pg/table_data_impl.hpp
@@ -526,7 +526,6 @@ inline std::pair<int64_t, int64_t> table_data::get_row_range(int32_t worker_id)
526
527
inline void table_data::create_streamer(int32_t idx, int32_t worker_id)
528
{
529
- return;
530
if (streamers_.streamers.empty()) {
531
const auto s = num_columns();
532
streamers_.streamers.resize(s);
0 commit comments