RE: Error when writing large number of rows with S3FileIO

2021-10-07 Thread Mayur Srivastava
r From: Jack Ye mailto:yezhao...@gmail.com>> Sent: Thursday, September 23, 2021 2:35 PM To: Iceberg Dev List mailto:dev@iceberg.apache.org>> Subject: Re: Error when writing large number of rows with S3FileIO Thanks, while I am looking into this, this seems to be a very old version, is there an

Re: Error when writing large number of rows with S3FileIO

2021-10-05 Thread Jack Ye
yur > > > > *From:* Jack Ye > *Sent:* Thursday, September 23, 2021 2:35 PM > *To:* Iceberg Dev List > *Subject:* Re: Error when writing large number of rows with S3FileIO > > > > Thanks, while I am looking into this, this seems to be a very old version, > is ther

RE: Error when writing large number of rows with S3FileIO

2021-09-23 Thread Mayur Srivastava
I’ll try to upgrade the version and retry. Thanks, Mayur From: Jack Ye Sent: Thursday, September 23, 2021 2:35 PM To: Iceberg Dev List Subject: Re: Error when writing large number of rows with S3FileIO Thanks, while I am looking into this, this seems to be a very old version, is there any

Re: Error when writing large number of rows with S3FileIO

2021-09-23 Thread Jack Ye
ack Ye > *Sent:* Thursday, September 23, 2021 1:24 PM > *To:* Iceberg Dev List > *Subject:* Re: Error when writing large number of rows with S3FileIO > > > > Hi Mayur, > > > > Thanks for reporting this issue, could you report what version of AWS SDK > V2 you are

RE: Error when writing large number of rows with S3FileIO

2021-09-23 Thread Mayur Srivastava
No problem Jack. I’m using https://mvnrepository.com/artifact/software.amazon.awssdk/s3/2.10.53 Thanks, Mayur From: Jack Ye Sent: Thursday, September 23, 2021 1:24 PM To: Iceberg Dev List Subject: Re: Error when writing large number of rows with S3FileIO Hi Mayur, Thanks for reporting this

Re: Error when writing large number of rows with S3FileIO

2021-09-23 Thread Jack Ye
Hi Mayur, Thanks for reporting this issue, could you report what version of AWS SDK V2 you are using? Best, Jack Ye On Thu, Sep 23, 2021 at 8:39 AM Mayur Srivastava < mayur.srivast...@twosigma.com> wrote: > Hi, > > > > I've an Iceberg table partitioned by a single "time" (monthly partitioned) >

Error when writing large number of rows with S3FileIO

2021-09-23 Thread Mayur Srivastava
Hi, I've an Iceberg table partitioned by a single "time" (monthly partitioned) column that has 400+ columns and >100k rows. I'm using parquet files and PartitionedWriter + S3FileIO to write the data. When I write <~50k rows, the writer works. But it fails with the exception below if I write mor