Deniz Surmeli
Deniz Surmeli
I have a column with type `DECIMAL(38,0`, but when I try to start ingestion I get the following error: ``` Ingest service exited with error DeltaWriteFailed { ending_offsets: "{\"0\":4999}", partition_counts:...
This PR allows to specify whether to keep the existing metadata of the object or replace with a new one when copying from `s3` to `s3`. Tests will pass after...
Currently, `s5cmd` does not allow to delete a bucket that contains objects in it. We can add a flag to `rm` command such as `--force` to delete a bucket with...
# Pull Requests Guidelines See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details about when to create a GitHub [Pull Request][1] and when other kinds of contributions or consultation might be more desirable. When...
This PR fixes a bug where if a file format has `[]` as it's `NULL_IF` value, provider sees as `[null]`, causing permadiff on file formats with empty `NULL_IF`. See the...