-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Fix][Connector-V2] Fix jdbc query sql can not get table path #7484
Conversation
...c/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/JdbcCatalogUtilsTest.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/utils/CatalogUtils.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/utils/CatalogUtils.java
Outdated
Show resolved
Hide resolved
a9e4d95
to
b2b4ff3
Compare
...c/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/JdbcCatalogUtilsTest.java
Outdated
Show resolved
Hide resolved
@corgy-w Please resolve the CI issue, thanks |
@@ -43,7 +44,7 @@ public class JdbcHiveIT extends AbstractJdbcIT { | |||
|
|||
private static final String HIVE_DATABASE = "default"; | |||
|
|||
private static final String HIVE_SOURCE = "e2e_table_source"; | |||
private static final String HIVE_SOURCE = "hive_e2e_source_table"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @corgy-w
# Conflicts: # docs/en/connector-v2/source/PostgreSQL.md
…#7484) * [Fix][Connector-V2] fix jdbc-multi-metrics bug * [Fix][Connector-V2] fix part jdbc-multi-metrics bug * [Fix][Connector-V2] optimized code * [Fix][Connector-V2] update test case * [Fix][Connector-V2] update * [Fix][Connector-V2] update * [Fix][Connector-V2] update --------- Co-authored-by: Jia Fan <[email protected]>
…#7484) * [Fix][Connector-V2] fix jdbc-multi-metrics bug * [Fix][Connector-V2] fix part jdbc-multi-metrics bug * [Fix][Connector-V2] optimized code * [Fix][Connector-V2] update test case * [Fix][Connector-V2] update * [Fix][Connector-V2] update * [Fix][Connector-V2] update --------- Co-authored-by: Jia Fan <[email protected]>
Purpose of this pull request
issue : #7480
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.