I had a table creation script as follows for example:
CREATE TABLE default.test2
( id BIGINT GENERATED BY DEFAULT AS IDENTITY(),
name String)
using delta
location "/mnt/datalake/xxxx"
What are the possible ways to apply not null constraint on the existing delta table on id column