Luodian/Otter

[bug] missing `import pyarrow.parquet as pq` in mimicit_dataset.py

kxqt opened this issue · 1 comments

kxqt commented

I find pq.Parquet is used in https://github.com/Luodian/Otter/blob/main/pipeline/mimicit_utils/mimicit_dataset.py#L222 but the package has not been imported.
Maybe we should add import pyarrow.parquet as pq in the file.

Thanks! I will fix it.