Open filipski opened 4 years ago
At least the second warning should be pretty simple at least looking at: https://github.com/apache/arrow/blob/23cff432561cc1e4e723a09c36e0fc1295be5bbb/python/pyarrow/types.pxi#L1253
Thank you for pointing these out. Added #528 and #529 to address these warnings.
I get the following two deprecation warnings when running code for
ingest_folder2()
from https://github.com/uber/petastorm/issues/497#issuecomment-594078434, which is a simplified version of https://github.com/uber/petastorm/blob/master/examples/imagenet/generate_petastorm_imagenet.pyMy environment: petastorm==0.8.2 pyspark=2.4.4=py_0
Should this be fixed in next releases?