Closed magichuang77 closed 9 months ago
I find new issue when debugging this issue, ReplicatedReplacingMergeTree
and ReplacingMergeTree
are not working when the optional parameter ver
exists.
I need more time to solve this.
Another new issue has been discovered, if configured in the config.xml of Clickhouse
<default_replica_path>/clickhouse/tables/{shard}/{database}/{table}</default_replica_path>
<default_replica_name>{replica}</default_replica_name>
When the parameter is not passed in the ReplicatedReplacingMergeTree() of django, an error will also be reported
# clickhouse_backend/models/engines.py", line 208
TypeError: 'ReplicatedReplacingMergeTree' takes at least 2 arguments (0 given)
@magichuang77 All the bugs mentioned in this post have been fixed. Please install from master branch and verify. If ok, I will release a new version.
@jayvynl I used the master branch code, which met my expectations and did not encounter the above issues. Thank you
Describe the bug Using models.ReplicatedReplacingMergeTree engine reported an error:
To Reproduce
Expected behavior Same as using models.ReplicatedMergeTree logic
Versions