EMCECS / presto-s3-connector

Apache License 2.0
8 stars 3 forks source link

skip call to get metadata search keys for a bucket #69

Closed adrdc closed 3 years ago

adrdc commented 3 years ago

there is an issue when getting metadatasearch keys for a bucket. it causes the presto server to fail to load. this is traced down to a jaxb dependency issue.

presto query utilizing metadatasearch is currently disabled so these things are not utilized anyway.

for now, we will skip the error by removing the call to get metadatasearch keys for a bucket. the dependency issue can be revisited when metadatasearch is fully implemented. please see https://github.com/EMCECS/presto-s3-connector/issues/57