Where are the jars getting published

2019-02-14 Thread Arvind Pruthi
Hello There, I was looking for iceberg jars in MavenCentral but didn’t find them. Can someone please point me to the location and the current version number? Thanks Arvind

Re: Question about schema evolution in iceberg table

2019-02-14 Thread sudsport s
Adding dev@iceberg.apache.org On Thu, Feb 14, 2019 at 3:00 PM sudsport s wrote: > HI I am doing some testing with schema evolution. I looked at > testSchemaUpdate method and SchemaUpdate class for reference. > > > Here are steps I doing to test schema evolution validation > > initially data is

Re: Question about schema evolution in iceberg table

2019-02-14 Thread Ryan Blue
Sudsport, I'm wondering if you had the table cached somewhere? Those renames should work. My guess is that the query used a table version that was out of date. Can you put together a minimal script that reproduces the error and open an issue? That way I can fix it. rb On Thu, Feb 14, 2019 at 3: