File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/source/implementations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 run : |
4949 sudo apt-get update
5050 sudo apt-get install -y doxygen
51- make install-deps
51+ pip install -r docs/requirements.txt
5252
5353 - name : Build API
5454 run : |
Original file line number Diff line number Diff line change 1919.. https://github.com/apache/paimon/blob/master/docs/content/concepts/basic-concepts.md
2020
2121 Basic Concepts
22- =========================
22+ ========================
2323
2424File Layouts
25- -------------------------
25+ ------------------------
2626All files of a table are stored under one base directory. Paimon files are
2727organized in a layered style. The following image illustrates the file layout.
2828Starting from a snapshot file, Paimon readers can recursively access all records
You can’t perform that action at this time.
0 commit comments