Plans for Schema Evolution in Table API

2023-08-04 Thread Ashish Khatkar
Hi all, We are using flink-1.17.0 table API and RocksDB as backend to provide a service to our users to run sql queries. The tables are created using the avro schema and when the schema is changed in a compatible manner i.e adding a field with default, we are unable to recover the job from the sav

Re: Plans for Schema Evolution in Table API

2023-08-14 Thread Ashish Khatkar
Bumping the thread. On Fri, Aug 4, 2023 at 12:51 PM Ashish Khatkar wrote: > Hi all, > > We are using flink-1.17.0 table API and RocksDB as backend to provide a > service to our users to run sql queries. The tables are created using the > avro schema and when the schema

Schema Evolution in Sql-Client

2025-05-13 Thread Ashish Khatkar
he route of adding new column as nullable and then converting it to non null it works - ALTER TABLE evolution_test ADD (field3 INT); - ALTER TABLE evolution_test MODIFY field3 INT NOT NULL; # this succeeds -- Thanks & regards Ashish Khatkar

[jira] [Created] (FLINK-21585) Provide a configurable way to skip metrics

2021-03-03 Thread Ashish Khatkar (Jira)
Ashish Khatkar created FLINK-21585: -- Summary: Provide a configurable way to skip metrics Key: FLINK-21585 URL: https://issues.apache.org/jira/browse/FLINK-21585 Project: Flink Issue Type