Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Oct 24, 2022
1 parent ab41ba7 commit ff62961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SubstraitFileSource::SubstraitFileSource(DB::ContextPtr context_, const DB::Bloc

DB::Chunk SubstraitFileSource::generate()
{
while(current_file_index < files.size())
while(true)
{
if (!tryPrepareReader())
{
Expand Down

0 comments on commit ff62961

Please sign in to comment.