Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
Description:
If folder was created by pressing "+ Create folder" button on the S3 management console,
Drill "SHOW FILES" command showing in this folder another subfolder with the same name.
But this subfolder doesn't exist.
Example:
- login to the S3 management console;
- open your bucket `some_bucket`;
- create an empty folder `my_test_folder` by pressing "+ Create folder" button;
- run Drill and open sqlline client;
- exec query "show files in s3.tmp.`my_test_folder`;"
Actual result:
name | isDirectory | isFile | length | owner | group | permissions | accessTime | modificationTime |
my_test_folder | true | false | 0 | rwxrwxrwx | 1970-01-01 03:00:00.0 | 1970-01-01 03:00:00.0 |
1 row selected (1.318 seconds)
Expected result:
an empty result set.
Attachments
Issue Links
- links to