Description
So far, we allow users to create a table with an empty schema: CREATE TABLE tab1. This could break many code paths if we enable it. Thus, we should follow Hive to block it.
So far, we allow users to create a table with an empty schema: CREATE TABLE tab1. This could break many code paths if we enable it. Thus, we should follow Hive to block it.