EMCECS / presto-s3-connector

Apache License 2.0
8 stars 3 forks source link

S3 connector startup fails with null pointer if no JSON files found in etc/s3 #31

Closed chipmaurer closed 3 years ago

chipmaurer commented 3 years ago

Need to handle case on no JSON files in etc/s3

adrdc commented 3 years ago

just to be complete - directory did not exist, got NPE. put single file in etc/s3, and it worked, so not sure if directory exists+0 files would also get NPE.