Page MenuHomePhabricator

EventStreamCatalog should not remove user specified options in CREATE TABLE statements
Closed, DuplicatePublic

Description

In hindsight, we should only remove options like this if they are being given from the catalog default settings (e.g. event stream config). We should not remove options if they are manually specified by the user in the CREATE TABLE STATEMENT.

Catalog settings should be for setting convenient defaults on tables, but users should still be able to do more complicated (and possibly stupid) things by providing their own options.

Done is
  • All table options are settable in EventStreamCatalog catalogs on tables created by the user.

Event Timeline

Restricted Application added subscribers: Masumrezarock100, Aklapper. · View Herald Transcript
Ottomata renamed this task from EventStreamCatalog should not remove manually specified user options in CREATE TABLE STATEMENTS to EventStreamCatalog should not remove user specified options in CREATE TABLE statements.Mar 8 2023, 3:41 PM