Hi, What's the right syntax to query an S3 bucket root directory with Drill?
For example, my bucket: /a/file1.json /b/file2.json /c/file3.json and I'd like to do something like that: Select * from s3.`root`; and that it'll return the contents of file1.json+file2.json+file3.json. Thanks!
