Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

== Dependent Tables ==
Create a table which explicitly depends on another table. Consider the following scenario for the first use case mentioned: <code>

Code Block


create table T (key string, value string) partitioned by (ds string, hr string);

...