You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the paper mention:
import pyarrow.dataset as ds
format_ = ds.SkyhookFileFormat( "parquet", "/ceph.conf" )
But for the skyhook build, when set up "ARROW_SKYHOOK=ON", there is no "libarrow_skyhook_client.so" library generate. SkyhookFileFormat API can not be used.
The text was updated successfully, but these errors were encountered:
According to the paper mention:
import pyarrow.dataset as ds
format_ = ds.SkyhookFileFormat( "parquet", "/ceph.conf" )
But for the skyhook build, when set up "ARROW_SKYHOOK=ON", there is no "libarrow_skyhook_client.so" library generate. SkyhookFileFormat API can not be used.
The text was updated successfully, but these errors were encountered: