/* Oops! We forgot to add the university_shortname column to the professors table. You've probably already noticed: In chapter 4 of this course, you'll need this ...
CREATE TABLE hudi_table1 ( ts BIGINT, uuid STRING, rider STRING, driver STRING, fare DOUBLE, city STRING ) USING HUDI options(type='cow',primaryKey='ts',hoodie ...