Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yufei Gu committed Feb 6, 2025
1 parent 8462c6c commit 6708393
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
"type": "boolean",
"description": "Enable or disable data compaction."
},
"target_file_size_bytes": {
"type": "number",
"description": "Target data file size in bytes."
},
"config": {
"type": "object",
"description": "A map containing custom configuration properties. Please note that interoperability is not guaranteed.",
"additionalProperties": {}
"additionalProperties": {
"type": ["string", "number", "boolean"]
}
}
},
"required": ["enable"],
Expand All @@ -30,8 +28,8 @@
{
"version": "2025-02-03",
"enable": true,
"target_file_size_bytes": 134217728,
"config": {
"target_file_size_bytes": 134217728,
"compaction_strategy": "bin-pack",
"max-concurrent-file-group-rewrites": 5,
"my-key": "my-value"
Expand Down

0 comments on commit 6708393

Please sign in to comment.