Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

hailin0
Copy link
Member

@hailin0 hailin0 commented Jan 5, 2024

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
4 checks passed
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.

None yet

4 participants