-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
ddl parse failed for key partition table:
ddl like this:
```
{{drop table if exists t_dezebium_0035;create table t_dezebium_0035(
id int not null,
name varchar(255),unique key(id)
)partition by key()
partitions 2;}}
```
I have tried to repair the issue according to this pull request:
https://gitee.com/opengauss/debezium/pulls/43/files
If you think it is right, i am willing to submit this pull request to your community.
What Debezium connector do you use and what version?
1.8.1.Final
What is the connector configuration?
<Your answer>
What is the captured database version and mode of depoyment?
(E.g. on-premises, with a specific cloud provider, etc.)
<Your answer>
What behaviour do you expect?
ddl parse failed
What behaviour do you see?
ddl parse success
Do you see the same behaviour using the latest relesead Debezium version?
(Ideally, also verify with latest Alpha/Beta/CR version)
<Your answer>
Do you have the connector logs, ideally from start till finish?
(You might be asked later to provide DEBUG/TRACE level log)
<Your answer>
How to reproduce the issue using our tutorial deployment?
<Your answer>
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
<Your answer>
Implementation ideas (optional)
<Your answer>