close
Skip to content

[Hotfix][Jdbc] Fix dameng catalog query table sql#6141

Merged
EricJoy2048 merged 1 commit into
apache:devfrom
hailin0:dev-fix-dameng-catalog
Jan 11, 2024
Merged

[Hotfix][Jdbc] Fix dameng catalog query table sql#6141
EricJoy2048 merged 1 commit into
apache:devfrom
hailin0:dev-fix-dameng-catalog

Conversation

@hailin0

@hailin0 hailin0 commented Jan 5, 2024

Copy link
Copy Markdown
Member

Purpose of this pull request

[Jdbc] Fix dameng catalog query table sql

Does this PR introduce any user-facing change?

No

How was this patch tested?

Currently, there are no test cases

https://github.com/apache/seatunnel/blob/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/dm/DamengCatalog.java#L111-L113

    protected String getSelectColumnsSql(TablePath tablePath) {
        return String.format(
                SELECT_COLUMNS_SQL, tablePath.getSchemaName(), tablePath.getTableName());
    }

Check list

@hailin0 hailin0 added this to the 2.3.4 milestone Jan 8, 2024
@EricJoy2048 EricJoy2048 merged commit 413fa74 into apache:dev Jan 11, 2024
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants