I am creating a basic delta table using CREATE SQL queryCREATE TABLE test_transact (transaction_id string, post_date date)and running this query throws an error "Cannot up cast sizeInBytes from string to bigint"Even if I try to create a dataframe and...