-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature][Connector-V2] oracle connector #2550
Conversation
Can you give a quick review of #2250 review? Some places have not been modified |
@CalvinKirs flink e2e fake2oracle is ok |
CI is error. how do i fix it? |
maven network connection error, I rerun again. |
...org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/oracle/OracleTypeMapper.java
Outdated
Show resolved
Hide resolved
CI is error ,and the error is JdbcPhoenixIT .@CalvinKirs |
Hi, rerun, due to its large size
On 08/31/2022 ***@***.***> wrote:
CI is error ,and the error is JdbcPhoenixIT .@CalvinKirs
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
CI is not stable. @CalvinKirs |
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.
Add spark e2e-testcase ?
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
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 @CalvinKirs
...park-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...link-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
...park-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/jdbc/JdbcOracleIT.java
Outdated
Show resolved
Hide resolved
@CalvinKirs pls review. |
Need to merge #2648 |
<groupId>com.oracle.database.jdbc</groupId> | ||
<artifactId>ojdbc8</artifactId> | ||
<version>${oracle.version}</version> | ||
<scope>test</scope> |
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.
use provided
?
@ic4y @EricJoy2048 @Hisoka-X @hailin0 please help to review ,and rerun CI.Thanks |
Already add oracle doc. @EricJoy2048 |
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.
+1
...or-jdbc-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOracledbIT.java
Outdated
Show resolved
Hide resolved
…c/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOracledbIT.java Co-authored-by: hailin0 <hailin088@gmail.com>
Please merge the dev branch to your branch and push again because #3022 |
Done. |
merge #3031. fix the e2e error. @EricJoy2048 help to rerun CI,and i need the common part of the jdbc e2e for gbase 8a,thanks |
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.
+1
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
close #2548
Purpose of this pull request
new v2 connector for oracle
Check list
New License Guide