Skip to content

Hybrid table should convert ALIAS columns to regular columns during schema inference #1295

@alsugiliazova

Description

@alsugiliazova

When creating a Hybrid table without explicitly specifying column types, columns are inherited from the first segment. Currently, ALIAS (and MATERIALIZED) columns are inherited as-is.
In some cases, a column is defined as ALIAS in the first segment but as a regular column in another segment. In such scenarios, Hybrid should treat this column as a regular (full) column.

Expected behavior:
When inheriting columns automatically, ALIAS/MATERIALIZED columns should be converted to regular columns, so users don’t need to define column types explicitly when creating a Hybrid table.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions