Skip to content

Problem with table joining order on incremental view refresh. #127

@50karol

Description

@50karol

There is a possibility for situation in which you can enable a incremental view, but cannot refresh it due to wrong order of tables being joined and 'unknown column' exception.

I resolved the situation by editing delta.sql file on line 655, originally it ordered the tables by idx, i changed it to mview_join_order ASC, mview_table_id ASC, idx;.

My problem was solved by this, can you confirm if this is a bug.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions