v0.2.0
Write support
This release adds minimal yet helpful write support. WIth s3 table bucket integration configured following SQL statements are now supported:
CREATE SCHEMAandDROP SCHEMACREATE TABLE,TRUNCATE TABLEandDROP TABLEINSERT INTO,COPY INTOandMERGE INTO
Current limitations are:
- For inserts only
appendoperation is supported - For merge into only copy-on-write semantics is supported
- Copy statements accept file with object store location (no stage support).
Added an option to configure S3 table volume from environment in addition to file configuration.