-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
mkdocs.yml
352 lines (345 loc) · 12.5 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
site_name: The Internals of Delta Lake
site_url: https://books.japila.pl/delta-lake-internals
site_author: Jacek Laskowski
site_description: Demystifying inner-workings of Delta Lake
repo_name: delta-lake-internals
repo_url: https://github.com/japila-books/delta-lake-internals
edit_uri: edit/main/docs/
copyright: Copyright © 2024 Jacek Laskowski
theme:
name: material
language: en
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
features:
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
- content.code.annotate
# https://squidfunk.github.io/mkdocs-material/upgrade/#contentcodecopy
- content.code.copy
- content.tooltips
- navigation.indexes
- navigation.instant
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
- awesome-pages
- macros
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-meta-plugin
- meta
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/
- tags:
enabled: !ENV [CI, false]
tags_extra_files:
developer-api.md:
- developerapi
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-typeset-plugin
- typeset
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
book:
title: Delta Lake
spark_sql: https://books.japila.pl/spark-sql-internals
structured_streaming: https://books.japila.pl/spark-structured-streaming-internals
spark_core: https://books.japila.pl/apache-spark-internals
delta:
version: 3.2.1
blog: https://delta.io/blog
github: https://github.com/delta-io/delta/blob/v3.2.1
commit: https://github.com/delta-io/delta/commit
issues: https://github.com/delta-io/delta/issues
databricks: https://docs.databricks.com/delta
guava:
version: 16.0.1
api: https://guava.dev/releases/16.0.1/api/docs
hadoop:
version: 3.3.4
docs: https://hadoop.apache.org/docs/r3.3.4
api: https://hadoop.apache.org/docs/r3.3.4/api
jackson:
github: https://github.com/FasterXML/jackson
scala: https://github.com/FasterXML/jackson-module-scala
java:
api: https://docs.oracle.com/en/java/javase/17/docs/api/java.base
s3:
api: https://docs.aws.amazon.com/AmazonS3/latest/API
scala:
api: https://www.scala-lang.org/api/2.13.13
docs: https://docs.scala-lang.org/
spec: https://www.scala-lang.org/files/archive/spec/2.13
social:
- icon: fontawesome/brands/github
link: https://github.com/jaceklaskowski
- icon: fontawesome/brands/twitter
link: https://twitter.com/jaceklaskowski
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/jaceklaskowski
- icon: fontawesome/brands/medium
link: https://jaceklaskowski.medium.com
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@jaceklaskowski
spark:
version: 3.5.3
docs: https://spark.apache.org/docs/3.5.3
# https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status
status:
new: New in 3.0.0
new_320: New in 3.2.0
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers
tags:
DeveloperApi: developerapi
# The sections with ... use awesome-pages plugin
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
# Review .pages for setup
nav:
- index.md
- Features:
- features/index.md
- ... | append-only-tables/**.md
- ... | auto-compaction/**.md
- ... | change-data-feed/**.md
- ... | table-valued-functions/**.md
- ... | check-constraints/**.md
- ... | checkpoints/**.md
- ... | column-invariants/**.md
- ... | column-mapping/**.md
- ... | column-statistics/**.md
- ... | configuration-properties/**.md
- ... | data-skipping/**.md
- ... | deletion-vectors/**.md
- developer-api.md
- ... | dynamic-partition-overwrite/**.md
- ... | generated-columns/**.md
- installation.md
- ... | liquid-clustering/**.md
- ... | log-cleanup/**.md
- LIMIT Pushdown:
- limit-pushdown/index.md
- Logging: logging.md
- ... | post-commit-hooks/**.md
- ... | row-tracking/**.md
- ... | spark-connector/**.md
- ... | storage/**.md
- ... | constraints/**.md
- ... | table-features/**.md
- ... | table-properties/**.md
- ... | time-travel/**.md
- ... | uniform/**.md
- Internals:
- Actions:
- Action: Action.md
- AddCDCFile: AddCDCFile.md
- AddFile: AddFile.md
- CommitInfo: CommitInfo.md
- DomainMetadata: DomainMetadata.md
- FileAction: FileAction.md
- Metadata: Metadata.md
- Protocol: Protocol.md
- RemoveFile: RemoveFile.md
- SetTransaction: SetTransaction.md
- SingleAction: SingleAction.md
- DelayedCommitProtocol.md
- DeltaErrorsBase.md
- DeltaTableIdentifier: DeltaTableIdentifier.md
- FileFormat:
- DeltaFileFormat: DeltaFileFormat.md
- DeltaParquetFileFormat: DeltaParquetFileFormat.md
- Transaction Log (DeltaLog):
- DeltaLog: DeltaLog.md
- Operation: Operation.md
- ReadChecksum: ReadChecksum.md
- SnapshotManagement: SnapshotManagement.md
- SnapshotDescriptor.md
- SnapshotStateManager: SnapshotStateManager.md
- VerifyChecksum: VerifyChecksum.md
- Optimistic Transactions:
- OptimisticTransaction: OptimisticTransaction.md
- OptimisticTransactionImpl: OptimisticTransactionImpl.md
- TransactionalWrite: TransactionalWrite.md
- IsolationLevel: IsolationLevel.md
- State Snapshot:
- Snapshot: Snapshot.md
- State.md
- InitialSnapshot.md
- InMemoryLogReplay: InMemoryLogReplay.md
- PartitionFiltering: PartitionFiltering.md
- LogSegment: LogSegment.md
- DeltaHistoryManager: DeltaHistoryManager.md
- FileNames: FileNames.md
- Spark SQL Extensions:
- AppendDelta: AppendDelta.md
- CheckUnresolvedRelationTimeTravel: CheckUnresolvedRelationTimeTravel.md
- DeltaAnalysis: DeltaAnalysis.md
- DeltaCatalog: DeltaCatalog.md
- DeltaSparkSessionExtension: DeltaSparkSessionExtension.md
- DeltaTableV2: DeltaTableV2.md
- DeltaUnsupportedOperationsCheck: DeltaUnsupportedOperationsCheck.md
- PostHocResolveUpCast: PostHocResolveUpCast.md
- PreprocessTableDelete: PreprocessTableDelete.md
- PreprocessTableMerge: PreprocessTableMerge.md
- PreprocessTableUpdate: PreprocessTableUpdate.md
- PreprocessTimeTravel: PreprocessTimeTravel.md
- ResolveDeltaPathTable: ResolveDeltaPathTable.md
- StagedDeltaTableV2: StagedDeltaTableV2.md
- File Indices:
- SupportsRowIndexFilters.md
- TahoeFileIndex: TahoeFileIndex.md
- TahoeBatchFileIndex: TahoeBatchFileIndex.md
- TahoeFileIndexWithSnapshotDescriptor: TahoeFileIndexWithSnapshotDescriptor.md
- TahoeLogFileIndex: TahoeLogFileIndex.md
- DeltaLogFileIndex: DeltaLogFileIndex.md
- WriteIntoDeltaBuilder: WriteIntoDeltaBuilder.md
- Developer API:
- DeltaTable: DeltaTable.md
- DeltaTableBuilder: DeltaTableBuilder.md
- DeltaColumnBuilder: DeltaColumnBuilder.md
- DeltaOptimizeBuilder: DeltaOptimizeBuilder.md
- Exceptions:
- exceptions/index.md
- ConcurrentAppendException: exceptions/ConcurrentAppendException.md
- ConcurrentDeleteDeleteException: exceptions/ConcurrentDeleteDeleteException.md
- ConcurrentDeleteReadException: exceptions/ConcurrentDeleteReadException.md
- ConcurrentTransactionException: exceptions/ConcurrentTransactionException.md
- ConcurrentWriteException: exceptions/ConcurrentWriteException.md
- DeltaConcurrentModificationException: exceptions/DeltaConcurrentModificationException.md
- DeltaErrors: DeltaErrors.md
- MetadataChangedException: exceptions/MetadataChangedException.md
- ProtocolChangedException: exceptions/ProtocolChangedException.md
- LogStore: LogStore.md
- ... | sql/**.md
- Commands:
- commands/index.md
- commands/DeltaCommand.md
- ALTER TABLE:
- ... | flat | commands/alter/**.md
- CLONE:
- ... | flat | commands/clone/**.md
- CONVERT:
- ... | flat | commands/convert/**.md
- CREATE TABLE:
- ... | flat | commands/create-table/**.md
- CREATE TABLE LIKE:
- create-table-like/index.md
- DELETE:
- ... | flat | commands/delete/**.md
- DESCRIBE DETAIL:
- ... | flat | commands/describe-detail/**.md
- DESCRIBE HISTORY:
- ... | flat | commands/describe-history/**.md
- GENERATE:
- ... | flat | commands/generate/**.md
- MERGE:
- ... | flat | commands/merge/**.md
- OPTIMIZE:
- ... | flat | commands/optimize/**.md
- REORG:
- ... | flat | commands/reorg/**.md
- RESTORE:
- ... | flat | commands/restore/**.md
- SHOW COLUMNS:
- ... | flat | commands/show-columns/**.md
- UPDATE:
- ... | flat | commands/update/**.md
- VACUUM:
- ... | flat | commands/vacuum/**.md
- commands/WriteIntoDelta.md
- commands/WriteIntoDeltaLike.md
- Demos:
- demo/index.md
- Change Data Feed: demo/change-data-feed.md
- Generated Columns: demo/generated-columns.md
- Column Mapping: demo/column-mapping.md
- Rolling Back Table Changes (Restore Command): demo/rolling-back-table-changes-restore-command.md
- Optimize: demo/optimize.md
- Data Skipping: demo/data-skipping.md
- Time Travel: demo/time-travel.md
- Vacuum: demo/vacuum.md
- dataChange: demo/dataChange.md
- replaceWhere: demo/replaceWhere.md
- Merge Operation: demo/merge-operation.md
- Converting Parquet Dataset Into Delta Format: demo/Converting-Parquet-Dataset-Into-Delta-Format.md
- Stream Processing of Delta Table: demo/stream-processing-of-delta-table.md
- Using Delta Lake as Streaming Sink in Structured Streaming: demo/Using-Delta-Lake-as-Streaming-Sink-in-Structured-Streaming.md
- Debugging Delta Lake Using IntelliJ IDEA: demo/Debugging-Delta-Lake-Using-IntelliJ-IDEA.md
- Observing Transaction Retries: demo/Observing-Transaction-Retries.md
- DeltaTable, DeltaLog And Snapshots: demo/DeltaTable-DeltaLog-And-Snapshots.md
- Schema Evolution: demo/schema-evolution.md
- User Metadata for Labelling Commits: demo/user-metadata-for-labelling-commits.md
- Misc:
- ColumnWithDefaultExprUtils: ColumnWithDefaultExprUtils.md
- ConflictChecker: ConflictChecker.md
- CurrentTransactionInfo: CurrentTransactionInfo.md
- DeltaFileFormatWriter: DeltaFileFormatWriter.md
- DeltaFileOperations: DeltaFileOperations.md
- DeltaJobStatisticsTracker: DeltaJobStatisticsTracker.md
- DeltaOptimizedWriterExec: DeltaOptimizedWriterExec.md
- DeltaRelation: DeltaRelation.md
- DeltaTableOperations: DeltaTableOperations.md
- DeltaTableUtils: DeltaTableUtils.md
- DomainMetadataUtils: DomainMetadataUtils.md
- ImplicitMetadataOperation: ImplicitMetadataOperation.md
- JsonMetadataDomain: JsonMetadataDomain.md
- SchemaMergingUtils: SchemaMergingUtils.md
- SchemaUtils: SchemaUtils.md
- StateCache:
- StateCache: StateCache.md
- CachedDS: CachedDS.md
- StatisticsCollection: StatisticsCollection.md
- Monitoring:
- DeltaProgressReporter: DeltaProgressReporter.md
- DeltaLogging: DeltaLogging.md
- SQLMetricsReporting: SQLMetricsReporting.md
- ... | kernel/**.md
- Contenders:
- Contenders: contenders/index.md