We could consider https://github.com/apache/iceberg/pull/2218 (ORC: Grow list
and map child vectors with a growth factor of 3)
Not a correctness issue, but it does fix a significant performance issue on the
ORC write path. However I would not categorize it as a must have.
Thanks,
Shardul
On 202
Congratulations Peter!
On 2021/01/26 14:25:52, Zoltán Borók-Nagy wrote:
> Congrats, Peter!
>
> On Tue, Jan 26, 2021 at 5:47 AM ForwardXu wrote:
>
> > Congratulations Peter!
> >
> >
> > -- 原始邮件 --
> > *发件人:* "dev" ;
> > *发送时间:* 2021年1月26日(星期二) 凌晨4:25
> > *收件人:*
+1
1. Download the source tarball, signature (.asc), and checksum (.sha512): OK
2. Import gpg keys: download KEYS and run gpg --import /path/to/downloaded/KEYS
(optional if this hasn’t changed) : OK
3. Verify the signature by running: gpg --verify apache-iceberg-xx.tar.gz.asc:
I got a warning
Hi all,
I noticed that Iceberg's predicates are not compatible with SQL predicates
when it comes to handling NULL values. In SQL, if any of the operands of a
scalar comparison predicate is NULL, then the resultant truth value of the
predicate is UNKNOWN. e.g. `SELECT NULL != 1` will return a NULL
gt; wrote:
> > >>>>>
> > >>>>> Congrats and welcome! Keep up the good work!
> > >>>>>
> > >>>>> - Anton
> > >>>>>
> > >>>>> On 22 Jul 2020, at 16:02, RD wrote:
> > &