-
support change data capture(CDC) in SeaTunnel both both in flink and spark backend,
* for flink, we ca integrate flink cdc directly, which is actually debezium.
* for spark, maybe we can use debeziu…
-
## Bug
#### Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
The `DeltaTable…
-
I am trying to run a simple query:
```
select *
from table
where date_key = '2023-03-05'
limit 10
```
and im getting the following error:
```
Trino Error
trino error: class org.apache.…
-
### What would you like to happen?
I have a multi-output DoFn:
```py
class DoFn1:
def process(self, row) -> Iterable[Union[Dict[str, Any], pvalue.TaggedOutput]]:
if so…
cozos updated
5 months ago
-
### 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
SeaTunnel jo…
-
### Description
Currently, InLong supports both real-time and offline data synchronization.
The offline data sync is scheduled repeatedly by the schedule engine.
#10412 introduced a built-in sche…
-
### What happened?
When using for loop, to execute PTransform, all loops seem to use the last value of an iterator.
```python
import apache_beam as beam
def main():
with beam.Pipeline() a…
-
### Description
Currently, InLong supports both real-time and offline data synchronization.
The offline data sync is scheduled repeatedly by the schedule engine.
#10412 introduced a built-in sche…
-
### 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
在生产环境…
-
### What happened?
Failing last 3 runs since Jun 28, 2023 midnight: https://ci-beam.apache.org/view/PostCommit/job/beam_PreCommit_Go_Cron/7271/
Log:
```
12:29:01 2023/06/28 16:19:01 Published …