This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch compact_doc in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 45e425ee3e0c094f119080c82a255beb57b5f836 Author: Jingsong <[email protected]> AuthorDate: Tue Jul 2 10:26:14 2024 +0800 fix --- docs/content/primary-key-table/compaction.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/content/primary-key-table/compaction.md b/docs/content/primary-key-table/compaction.md new file mode 100644 index 000000000..405b275e7 --- /dev/null +++ b/docs/content/primary-key-table/compaction.md @@ -0,0 +1,29 @@ +--- +title: "Compaction" +weight: 7 +type: docs +aliases: +- /primary-key-table/compaction.html +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Compaction + +Paimon \ No newline at end of file
