Marios Trivyzas
Marios Trivyzas
just FYI: There is a workaround with minio: https://medium.com/@jmaitrehenry/add-s3-capabilities-to-azure-blob-storage-using-miniofirst-of-all-why-cant-we-use-azure-api-73a61952294a
Probably with solution 1. we can fix the issue mentioned here: https://github.com/crate/crate/pull/16523#issuecomment-2307280499 When a column is dropped and then re-added, the docs (rows of the table) that were stored with...
With NUMERIC support added to math functions (see: https://github.com/crate/crate/pull/16818, https://github.com/crate/crate/pull/16824, https://github.com/crate/crate/pull/16825), we return a generic `NUMERIC` with null precision and null scale, which doesn't allow for the result of those...
@proddata Thx for reporting these issue. The fix will be available with the upcoming hotfix releases.
From what I see in our docs, we don't mention anything about what is supported on nested arrays, so maybe it's fine to treat this as a feature. If so,...
You can see the settings with: ``` select name, setting, short_desc from pg_catalog.pg_settings where name LIKE 'optimizer%' ``` but currently, we don't document them on purpose, as it's considered experimental...
But we could indeed document how one can find these settings and clearly mention that it's experimental to disable randomly those optimizer rules.
Microseconds are not currently supported for TIME, opened: https://issues.apache.org/jira/browse/FLINK-27331 to track this as it's blocked by https://issues.apache.org/jira/browse/FLINK-17224
> Hey @matriv Any idea why this is blocked so long? :) I really need this TIMESTAMP type precision fix on `AvroToRowDataConverters`, can I help with something to unblock? Not...