Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-18 Thread via GitHub
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

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-17 Thread via GitHub
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

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-17 Thread via GitHub
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: ## @@

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-17 Thread via GitHub
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: ## @@

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-17 Thread via GitHub
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: ## @@

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-17 Thread via GitHub
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: ## @@

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-15 Thread via GitHub
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

Re: [PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-15 Thread via GitHub
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"],"

[PR] Pipeline support parallel decoding plugin of opengauss [shardingsphere]

2024-03-14 Thread via GitHub
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