jeppe742 / DeltaLakeReader

Read Delta tables without any Spark
Apache License 2.0
47 stars 14 forks source link

fix cat problem for azure filesystem #14

Closed otacilio-psf closed 3 years ago

otacilio-psf commented 3 years ago

Reference Issues

When using with Azure filesystem, raised NotImplementedError from filesystem.cat() function.

What does this implement

I changed the way to retrive data from files, insted cat I use open and read.

Other Comments

I had trouble to install through pip

jeppe742 commented 3 years ago

Hey @otacilio-psf Thanks for creating the PR. Not sure how you managed to get the NotImplemented error for filesystem.cat. But i do agree, that it should be a better solution to use Open.

I haven't found a way to run the build for PRs based on forks (due to security issues with github secrets), but i have merged your changes in #17.

Also updated the pypi package to 0.2.4