Re: Bugs for the 0.11.1 patch release?

2021-02-23 Thread Shardul Mahadik
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

Re: Welcoming Peter Vary as a new committer!

2021-01-27 Thread Shardul Mahadik
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 > > *收件人:*

Re: [VOTE] Release Apache Iceberg 0.10.0 RC4

2020-11-04 Thread Shardul Mahadik
+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

SQL compatibility of Iceberg Expressions

2020-09-17 Thread Shardul Mahadik
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

Re: New committer: Shardul Mahadik

2020-07-23 Thread Shardul Mahadik
gt; wrote: > > >>>>> > > >>>>> Congrats and welcome! Keep up the good work! > > >>>>> > > >>>>> - Anton > > >>>>> > > >>>>> On 22 Jul 2020, at 16:02, RD wrote: > > &