eeroel commented on PR #37868:
URL: https://github.com/apache/arrow/pull/37868#issuecomment-1813200524

   > Would you mind fix the lint here?
   > 
   > ```
   > INFO:archery:Running Docker linter
   > --- original//arrow/python/pyarrow/tests/test_dataset.py
   > +++ fixed//arrow/python/pyarrow/tests/test_dataset.py
   > @@ -1003,7 +1003,7 @@
   >      fragments_with_size = [file_format.make_fragment(path, fs, 
file_size=size)
   >                             for path, size in zip(paths, sizes_true)]
   >      dataset_with_size = ds.FileSystemDataset(
   > -            fragments_with_size, format=file_format, schema=table.schema, 
filesystem=fs
   > +        fragments_with_size, format=file_format, schema=table.schema, 
filesystem=fs
   >      )
   >      tbl = dataset.to_table()
   >      assert tbl.equals(table)
   > ```
   
   Fixed this, also removed a stray "some_file" that I had accidentally 
committed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to