Exemplo n.º 1
0
 def create_another_partitioned_table():
     return CatalogBaseTable.create_table(
         schema=CatalogTestBase.create_another_table_schema(),
         partition_keys=CatalogTestBase.create_partition_keys(),
         properties=CatalogTestBase.get_batch_table_properties(),
         comment=CatalogTestBase.test_comment)
Exemplo n.º 2
0
 def create_stream_table():
     return CatalogBaseTable.create_table(
         schema=CatalogTestBase.create_table_schema(),
         properties=CatalogTestBase.get_streaming_table_properties(),
         comment=CatalogTestBase.test_comment)