File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "makefile.configureOnOpen" : false
3+ }
Original file line number Diff line number Diff line change @@ -1360,7 +1360,7 @@ def _task_to_record_batches(
13601360 # Apply the user filter
13611361 if pyarrow_filter is not None :
13621362 filtered_batch = batch .filter (pyarrow_filter )
1363- if len ( filtered_batch ) == 0 :
1363+ if filtered_batch . num_rows == 0 :
13641364 continue
13651365 output_batches = filtered_batch
13661366 for output_batch in output_batches :
Original file line number Diff line number Diff line change 1+ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2+ <html><head>
3+ <title>404 Not Found</title>
4+ </head><body>
5+ <h1>Not Found</h1>
6+ <p>The requested URL was not found on this server.</p>
7+ </body></html>
You can’t perform that action at this time.
0 commit comments