sandynz merged PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubsc
sandynz commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527914474
##
kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPlugin.java:
##
@@ -91
azexcy commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527839285
##
kernel/data-pipeline/dialect/opengauss/src/test/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPluginTest.java:
##
@@
azexcy commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527759236
##
kernel/data-pipeline/dialect/opengauss/src/test/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPluginTest.java:
##
@@
azexcy commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527710375
##
kernel/data-pipeline/dialect/opengauss/src/test/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPluginTest.java:
##
@@
azexcy commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527710375
##
kernel/data-pipeline/dialect/opengauss/src/test/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPluginTest.java:
##
@@
sandynz commented on code in PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#discussion_r1527021665
##
kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/wal/decode/MppdbDecodingPlugin.java:
##
@@ -78
azexcy commented on PR #30498:
URL: https://github.com/apache/shardingsphere/pull/30498#issuecomment-1999161601
Default mpp_decoding
```
BEGIN 1004573
{"table_name":"public.t_sales","op_type":"INSERT","columns_name":["id","goods_name","sales_date","sales_volume","sales_store"],"
azexcy opened a new pull request, #30498:
URL: https://github.com/apache/shardingsphere/pull/30498
Parallel decoder enabled by default after opengauss 3
Changes proposed in this pull request:
- Pipeline support parallel decoding plugin of opengauss
---
Before committ