paul-rogers commented on issue #12546: URL: https://github.com/apache/druid/issues/12546#issuecomment-1281640111
Updated the proposal to remove the idea of a rollup table. That idea will come as a separate proposal later. The non-spec comments above preserve the discussion: the "spec" comments describe the updated design. Since column type is now just the storage type, we can use the Druid names and optional SQL aliases. The type used in the catalog is the Druid type, converted to SQL syntax. That is, `COMPLEX<FOO>` would become `COMPLEX(FOO)`. Complex types are defined in extensions (typically) each such extension can define a type alias, such as just `FOO` for the above example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
