Skip to content

Skip null subcolumns of ephemeral columns #644

@BentsiLeviav

Description

@BentsiLeviav

Describe the bug

The connector skips ephemeral columns during table description but still processes their .null subcolumns, causing errors like:

Got non-root column, but its parent was not found to be updated. UINT8{name=some_ephemeral_column.null}

  • The connector skips ephemeral columns in describeTableV1 and describeTableV2
  • However, it doesn't skip the subcolumns related to those columns (for instance, .null)

Expected behaviour

Skip both ephemeral columns and their subcolumns during table description (with no errors)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions