exasol / s3-document-files-virtual-schema

Virtual Schema for document files on AWS S3
MIT License
3 stars 1 forks source link

Default value of `useSSL` in extension is type string instead of boolean #172

Open redcatbear opened 2 months ago

redcatbear commented 2 months ago

Situation

While the data type is set correctly in the extension description, the default value isn't.

image

https://github.com/exasol/s3-document-files-virtual-schema/blob/58902486c5abaa07c9f15c1611764ea45fd64c03/extension/src/extension.ts#L56

The corresponding unit test expects the wrong type to in my eyes:

https://github.com/exasol/s3-document-files-virtual-schema/blob/58902486c5abaa07c9f15c1611764ea45fd64c03/extension/src/extension.test.ts#L168

Acceptance Criteria