ନ୍ୟୁଜ୍

-> This is used to modify size of the data type or the data type it self of an existing column without changing column name.
CREATE TABLE hudi_table1 ( ts BIGINT, uuid STRING, rider STRING, driver STRING, fare DOUBLE, city STRING ) USING HUDI options(type='cow',primaryKey='ts',hoodie ...