Thanks to everyone who participated in the vote for Release Apache Iceberg
1.7.1 RC1.
The vote result is:
+1: 5 (binding), 2 (non-binding)
+0: 0 (binding), 0 (non-binding)
-1: 0 (binding), 0 (non-binding)
Therefore, the release candidate is passed.
-Bryan
> On Dec 3, 2024, at 8:48 PM, Honah
> - Whether we should build S3 Tables catalog support similar to what we do for
> AWS Glue.
Yes, happy to have someone start that discussion separately, if it makes sense
to do so. Amazon has already provided such an catalog implementation in
a separate Apache 2.0-licensed project called Amazon S3
Hi Wes,
We have a positive experience using Substrait to transfer IRs between
engines and express custom behavior via extensions, but in a tightly
integrated controlled environment. I am not sure that extensions will work
well at a large scale, as it may lead to the same problem we are trying to
s
Disclaimer: Also on Substrait SMC here and also have made some considerable
investment into Substrait in my professional work (Lance) so this is an not
unbiased opinion. I just want to give a few words on why I think an IR
(and specifically Substrait) is not just another dialect (I'll try and be
m
Hi,
Sorry for coming late here.
Did we consider GitHub packages as a home of the Apache docker images?
We already use GitHub for development and GitHub packages are better
integrated with GitHub.
In my personal opinion github packages are also less likely to be rate
limited.
Best
Piotr
On Fri
Hi Walaa,
Many of these questions do not have universally correct answers. SQL
dialects and IRs are incompatible between engines. And even if we find a
compatible IR, many of the simplest queries with the same IR will behave
differently between engines, largely defeating the whole idea of view
int
Hi
I like the idea to just "get relation" to get the relation in one shot.
Similar thing applies to listing relations. This is obviously less common
operation, but not uncommon and also more expensive.
BI tools query information_schema.tables (and other information_schema
information).
To complete