-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
hive sink ck…
-
i want to import data from the database to elastic search. can you help me out?
i followed the instruction but i got issue.
My Config File is :
oracle-connection-properties.sh
#!/bin/sh
…
-
```
What steps will reproduce the problem?
1. Create test_issue_jdbc.csv as:
CAL_MONTH,OUTLOOK_QTY
2013-MAR03,15.001
2013-FEB,
2013-JAN,20
2. Create new table in Big Query as:
Create and Import Sc…
-
### Expected behavior
The inner object is created correctly with the `LocalDateTime` object.
### Actual behavior
The code throws
```java
java.time.format.DateTimeParseException: Text '2021-12-04…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
我需要的使用场景是:将多…
MZSY updated
7 months ago
-
I am unable to connect to OrientDB using 3.0.x jdbc version.
Driver info:
--------------
Name: **OrientDB 3.0**
Driver Type: **Generic**
Class Name: **com.orientechnologies.orient.jdbc.Ori…
-
Method failed: HTTP/1.1 500 Internal Server Error
com.mirth.connect.client.core.ClientException: Method failed: HTTP/1.1 500 Internal Server Error
at com.mirth.connect.client.core.ServerConnection.h…
-
**Describe the issue:**
Allow creating 2 outbound provisioning connectors of the same type at the same time
https://github.com/wso2/product-is/assets/27746285/803b644d-b79e-4d88-ae3f-b5c2af689d3c
…
-
This template isn't a strict requirement to open issues, but please try to provide as much information as possible.
**Version**: 4.6.0
**Module**: quill-jdbc
**Database**: oracle, h2
**Scala**: …
-
Druid的SQL解析针对Limit部分的语法树输出有潜在问题。如下示例:
```java
@Test
public void test_limit2() {
String sql = "select id, name from print_template_main order by name asc limit ? offset ?";
…