master_create_distributed_table is dropped in Citus10, causing failures in tpch_create_append_partitioned_tables.ddl
psql:tpch_create_append_partitioned_tables.ddl:11: ERROR: function master_create_distributed_table(unknown, unknown, unknown) does not exist
LINE 1: select master_create_distributed_table('nation', 'n_nationke...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
master_create_distributed_table
is dropped in Citus10, causing failures intpch_create_append_partitioned_tables.ddl