Commit c11d68d
HOPSFS-264: Update main from upstream to v1.0.2 (#13)
* chore: remove cdf feature
Signed-off-by: Ion Koutsouris <[email protected]>
* Correct Python docs for incremental compaction on OPTIMIZE
* fix: added restored metadata as action to the next committed version
Signed-off-by: Alexander Falk <[email protected]>
* chore: add a regression test to ensure restore respects metadata actions
Fixes delta-io#3352
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: fix some minor build warnings
Signed-off-by: R. Tyler Croy <[email protected]>
* fix: handle unknown features
Signed-off-by: Robert Pack <[email protected]>
* fix: update to latest kernel state
Signed-off-by: Robert Pack <[email protected]>
* test: update or disable tests with unsupported features
Signed-off-by: Robert Pack <[email protected]>
* refactor: move transaction module to kernel
Signed-off-by: Robert Pack <[email protected]>
* chore: clippy
Signed-off-by: Robert Pack <[email protected]>
* chore: move proofs into dedicated folder
Signed-off-by: Robert Pack <[email protected]>
* refactor: move storage module into logstore
Signed-off-by: Robert Pack <[email protected]>
* feat: harmonize storage config parsing
Signed-off-by: Robert Pack <[email protected]>
* refactor: remove RetryConfigParse trait
Signed-off-by: Robert Pack <[email protected]>
* feat!: formalize parsing of storage options
Signed-off-by: Robert Pack <[email protected]>
* feat: centrally apply object store layers
Signed-off-by: Robert Pack <[email protected]>
* refactor: isolate factories for storage / log store integrations
Signed-off-by: Robert Pack <[email protected]>
* fix: url parsing inconsistencies
Signed-off-by: Robert Pack <[email protected]>
* fix: PR feedback
Signed-off-by: Robert Pack <[email protected]>
* fix: PR feedback
Signed-off-by: Robert Pack <[email protected]>
* fix: clippy warnings
Signed-off-by: Andrew Lamb <[email protected]>
* feat: derive macro for config implementations
Signed-off-by: Robert Pack <[email protected]>
* feat: error handling in derive macro
Signed-off-by: Robert Pack <[email protected]>
* refactor: move str_ist_truthy to config
Signed-off-by: Robert Pack <[email protected]>
* chore: clippy
Signed-off-by: Robert Pack <[email protected]>
* Chore: put a couple symbols behind the right feature gate
Signed-off-by: R. Tyler Croy <[email protected]>
* update for kernel 0.10.0
Signed-off-by: Zach Schuermann <[email protected]>
* fix daft docs
Signed-off-by: Zach Schuermann <[email protected]>
* Fix the default target size
Signed-off-by: Hiromu Hota <[email protected]>
* gate RetryConfig usage on 'cloud' feature
Signed-off-by: Ze'ev Maor <[email protected]>
* add compile_error if neither 'rustls' not 'native-tls' are enabled
Signed-off-by: Ze'ev Maor <[email protected]>
* feat: Update to Datafusion 47.0.0
Signed-off-by: Andrew Lamb <[email protected]>
* feat: Update to Datafusion 47.0.0
Signed-off-by: Andrew Lamb <[email protected]>
* chore: re-enable hdfs support and add a teensy tiny unit test
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: tighten up the checking on the predicate comparison
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: bump versions of rust crates for another release party
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: remove unused dependencies
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: ensure derive is ready for publishing too
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: the mount crate reqiores the cloud feature now
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: hdfs requires the cloud feature
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: modify the publish script to take the required crate ordering into consideration
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: remove unnecessary datafusion dependency for mount
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: reduce feature/dependency footprint for subcrates
The object_store crate does not require its cloud feature in order to
use RetryConfig, so most of the subcrates can shed a cloud and
datafusion feature.
Cleaning this up allows for avoiding the ObjectStoreFactory trait's
ambiguous implementation which can cause problem if a subcrate is
implemented using the "non-cloud" arm but then is included in a
dependency tree where the "cloud" feature is enabled by another
dependency. This was sort of only theoretically possible but did
manifest during `cargo publish` operations.
Additionally the removal of a datafusion feature when it iis not
necessary results in ~100 fewer crates at compile and link time for
those (hi!) working within subcrates
Signed-off-by: R. Tyler Croy <[email protected]>
* feat: introduce VacuumMode::Full for cleaning up orphaned files
This allows an optional but not-on-by-default mode of removing untracked
files in the delta table directory. Delta/Spark supports a "lite" and
"full" mode for [vacuum]. This change is intentionally not making "full"
the default as it is for Delta/Spark since that may have unintended
consequences for our users who have become accustomed to "lite" being
the default.
Fixes delta-io#2349
[vacuum]: https://docs.delta.io/latest/delta-utility.html#remove-files-no-longer-referenced-by-a-delta-table
Signed-off-by: R. Tyler Croy <[email protected]>
* fix: if field contains space in constraint expression, the check will fail
Signed-off-by: Alexander Falk <[email protected]>
* chore: add test for handling fields with spaces in constraints
Signed-off-by: R. Tyler Croy <[email protected]>
* chore(deps): Update sqlparser requirement from 0.53.0 to 0.56.0
Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.53.0...v0.56.0)
---
updated-dependencies:
- dependency-name: sqlparser
dependency-version: 0.56.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore(deps): Update foyer requirement from 0.16.1 to 0.17.0
Updates the requirements on [foyer](https://github.com/foyer-rs/foyer) to permit the latest version.
- [Release notes](https://github.com/foyer-rs/foyer/releases)
- [Changelog](https://github.com/foyer-rs/foyer/blob/main/CHANGELOG.md)
- [Commits](foyer-rs/foyer@v0.16.1...v0.17.0)
---
updated-dependencies:
- dependency-name: foyer
dependency-version: 0.17.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore: setup dat test scaffolding
This commit was modified from delta-io#3137 to enable an independent merge to
bring some of these structural changes needed for delta-kernel-rs
integration in piecemeal
Signed-off-by: Robert Pack <[email protected]>
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: bring dat test loading into the root
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: enable dat testing with the existing code
prior to bringing kernel replay in, I would like "classic" delta-rs
parsing
Closes delta-io#863
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: missed a version bump for core
Signed-off-by: R. Tyler Croy <[email protected]>
* fix: build Unity Catalog crate without DataFusion
Signed-off-by: Heran Lin <[email protected]>
* fix: drop column earlier
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: add a regression test for delta-io#3413
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: include license file in deltalake-derive crate
Signed-off-by: Andrew Kane <[email protected]>
* chore(deps): bump foyer to v0.17.2 to prevent from wrong result
Signed-off-by: MrCroxx <[email protected]>
* fix: pin arrow to 55.0.0
Signed-off-by: Ion Koutsouris <[email protected]>
* feat: during LakeFS file operations, skip merge when 0 changes
Signed-off-by: Sam Meyer-Reed <[email protected]>
* Fix broken test
Signed-off-by: Sam Meyer-Reed <[email protected]>
* Fix lakefs diff API parameter order
Signed-off-by: Sam Meyer-Reed <[email protected]>
* Fix formatting
Signed-off-by: Sam Meyer-Reed <[email protected]>
* added gc valid check
Signed-off-by: JustinRush80 <[email protected]>
* chore: bump crate versions which are due for release
Signed-off-by: R. Tyler Croy <[email protected]>
* feat: spawn io with spawn service
Signed-off-by: Ion Koutsouris <[email protected]>
* fix: pin arrow to 55.0.0
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: rely on the testing during coverage generation to speed up tests
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: make codecov more vigorously enforced to help ensure quality
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: prepare py-1.0 release
Signed-off-by: Ion Koutsouris <[email protected]>
* Upgrade load_with_datetime to ignore any uncommited deltas in any subdirectory of delta_log.
Signed-off-by: Corwin Joy <[email protected]>
Co-authored-by: Adam Reeve <[email protected]>
* feat(datafusion): file pruning based on pushdown limit for partition cols filters
Signed-off-by: Adrian Tanase <[email protected]>
* feat(datafusion): optmize partition pruning, pushdown full predicates for DF integration
Signed-off-by: Adrian Tanase <[email protected]>
* chore: experiment with using sccache in GitHub Actions
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: cleanup the CODEOWNERS a bit for more accurate review assignments
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: only check our documentation, not dependencies
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: refactor the Rust build to use as much as possible of sccache
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: remove unused code and deps
Signed-off-by: Robert Pack <[email protected]>
* chore: remove peek_next_commit on DeltaTable which has been deprecated since 0.22.4
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: refactor some symbols out of table/mod.rs into their own files
This makes things a little cleaner when reviewing this code and
preparing for refactors
Signed-off-by: R. Tyler Croy <[email protected]>
* docs: add 1.0.0 migration guide
Signed-off-by: Ion Koutsouris <[email protected]>
* refactor: more specific factory parameter names
Signed-off-by: Robert Pack <[email protected]>
* feat: expose kernel Engine on LogStore
Signed-off-by: Robert Pack <[email protected]>
* chore: pr feedback and test fixes
Signed-off-by: Robert Pack <[email protected]>
* test: avoid circular dependency with core/test crates
Signed-off-by: Robert Pack <[email protected]>
* refactor: use LogStore in Snapshot / LogSegment APIs
Signed-off-by: Robert Pack <[email protected]>
* chore: build default tests with the crate in CI
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: enable the datafusion feature for integration tests which need it
Signed-off-by: R. Tyler Croy <[email protected]>
* chore: annotate tests which require datafusion appropriately
Signed-off-by: R. Tyler Croy <[email protected]>
* ci: add spellchecker to pr tests
Signed-off-by: Robert Pack <[email protected]>
* chore: mark more tests which require datafusion
Signed-off-by: R. Tyler Croy <[email protected]>
* refactor: move from pyarrow to arro3
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: pr feedback
Signed-off-by: Ion Koutsouris <[email protected]>
* refactor: use root store in log processing
Signed-off-by: Robert Pack <[email protected]>
* fix: use more accurate log path parsing
Signed-off-by: Robert Pack <[email protected]>
* chore: set correct markers
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: update kernel
Signed-off-by: Robert Pack <[email protected]>
* chore: update kernel
Signed-off-by: Robert Pack <[email protected]>
* fix: remove problematic typos configuration and fix Spellcheck issues
Signed-off-by: Florian VALEYE <[email protected]>
* feat: use kernel checkpoint writer
Signed-off-by: Robert Pack <[email protected]>
* refactor: use kernel log segment for some log inspection
Signed-off-by: Robert Pack <[email protected]>
* chore: remove unused time_utils
Signed-off-by: Robert Pack <[email protected]>
* chore: more typos
Signed-off-by: Robert Pack <[email protected]>
* refactor: remove protocol error
Signed-off-by: Robert Pack <[email protected]>
* feat: add table description and name API for Python
Add convenient methods to set table description and name through the Python API.
Signed-off-by: Florian VALEYE <[email protected]>
* feat: add validator crate and use to have update table metadata validation in Rust
Signed-off-by: Florian VALEYE <[email protected]>
* chore: remove unused stats parsed field
Signed-off-by: Robert Pack <[email protected]>
* fix: arro3 schema conversion logic
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: update migration docs
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: improve wording
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: update kernel to 0.11
Signed-off-by: Robert Pack <[email protected]>
* fix: set casting safe param to False
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: add xfail to flaky test
Signed-off-by: Ion Koutsouris <[email protected]>
* fix bullet list formatting
Signed-off-by: Avril Aysha <[email protected]>
* refactor!: get transaction versions for specific applications
Signed-off-by: Robert Pack <[email protected]>
* test: improve storage config testing
Signed-off-by: Robert Pack <[email protected]>
* chore: exclude Invariants from the default writer v2 feature set
Invariants cannot be supported without datafusion present, the code
should not pretend they exist. This also helps ensure a number of
non-invariant related test can run without datafusion present
Signed-off-by: R. Tyler Croy <[email protected]>
* refactor!: remove and deprecate some python methods
Signed-off-by: Robert Pack <[email protected]>
* fix: ensure projecting only columns that exist in new files afte schema update
Signed-off-by: Alex Wilcoxson <[email protected]>
* docs: update link to df
Signed-off-by: Raz Luvaton <[email protected]>
* chore: update runner
Signed-off-by: Ion Koutsouris <[email protected]>
* ci: improve coverage collection
Signed-off-by: Robert Pack <[email protected]>
* chore: prepare for the next python release
Signed-off-by: R. Tyler Croy <[email protected]>
* chore!: remove get_earliest_version
Signed-off-by: Robert Pack <[email protected]>
* refactor!: have DeltaTable::version return an Option
Signed-off-by: Robert Pack <[email protected]>
* Revert "chore: add test for handling fields with spaces in constraints"
This reverts commit 89ddf07.
* Revert "fix: if field contains space in constraint expression, the check will fail"
This reverts commit 6babfb6.
* fix: spaced columns parsing
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: update tests
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: fmt
Signed-off-by: Ion Koutsouris <[email protected]>
* fix: wrong schema set in table provider
Signed-off-by: Ion Koutsouris <[email protected]>
* chore: bump version
Signed-off-by: Ion Koutsouris <[email protected]>
* refactor: move LazyTableProvider into python crate
Signed-off-by: Robert Pack <[email protected]>
* feat: add convenience extensions for kernel engine types
Signed-off-by: Robert Pack <[email protected]>
---------
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Alexander Falk <[email protected]>
Signed-off-by: R. Tyler Croy <[email protected]>
Signed-off-by: Robert Pack <[email protected]>
Signed-off-by: Andrew Lamb <[email protected]>
Signed-off-by: Zach Schuermann <[email protected]>
Signed-off-by: Hiromu Hota <[email protected]>
Signed-off-by: Ze'ev Maor <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Heran Lin <[email protected]>
Signed-off-by: Andrew Kane <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: Sam Meyer-Reed <[email protected]>
Signed-off-by: JustinRush80 <[email protected]>
Signed-off-by: Corwin Joy <[email protected]>
Signed-off-by: Adrian Tanase <[email protected]>
Signed-off-by: Florian VALEYE <[email protected]>
Signed-off-by: Avril Aysha <[email protected]>
Signed-off-by: Alex Wilcoxson <[email protected]>
Signed-off-by: Raz Luvaton <[email protected]>
Co-authored-by: Ion Koutsouris <[email protected]>
Co-authored-by: Roy Kim <[email protected]>
Co-authored-by: Alexander Falk <[email protected]>
Co-authored-by: R. Tyler Croy <[email protected]>
Co-authored-by: Robert Pack <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
Co-authored-by: Zach Schuermann <[email protected]>
Co-authored-by: Hiromu Hota <[email protected]>
Co-authored-by: Ze'ev Maor <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heran Lin <[email protected]>
Co-authored-by: Andrew Kane <[email protected]>
Co-authored-by: MrCroxx <[email protected]>
Co-authored-by: Sam Meyer-Reed <[email protected]>
Co-authored-by: JustinRush80 <[email protected]>
Co-authored-by: Corwin Joy <[email protected]>
Co-authored-by: Adam Reeve <[email protected]>
Co-authored-by: Adrian Tanase <[email protected]>
Co-authored-by: Florian VALEYE <[email protected]>
Co-authored-by: Avril Aysha <[email protected]>
Co-authored-by: Alex Wilcoxson <[email protected]>
Co-authored-by: Raz Luvaton <[email protected]>1 parent 64f4729 commit c11d68d
File tree
377 files changed
+13583
-10182
lines changed- .github
- actions/setup-env
- scripts
- workflows
- crates
- aws
- src
- logstore
- tests
- azure
- src
- tests
- benchmarks
- catalog-glue
- catalog-unity
- src
- client
- core
- src
- data_catalog/storage
- delta_datafusion
- cdf
- kernel
- arrow
- models
- snapshot
- transaction
- logstore
- storage
- operations
- cast
- merge
- write
- protocol
- parquet_read
- schema
- storage
- table
- test_utils
- factories
- writer
- tests
- data_err_logs
- table_a/_delta_log
- table_b/_delta_log
- table_c/_delta_log
- table_d/_delta_log
- table_e/_delta_log
- table_f/_delta_log
- table_g/_delta_log
- table_h/_delta_log
- table_i/_delta_log
- fs_common
- deltalake
- examples
- src
- derive
- src
- gcp
- src
- tests
- hdfs
- src
- lakefs
- src
- tests
- mount
- src
- tests
- sql/src
- test
- src
- acceptance
- tests/data/simple_table
- _delta_log/.tmp
- dev
- release
- docs
- how-delta-lake-works
- integrations
- upgrade-guides
- usage
- optimize
- proofs
- stateright
- src
- tlaplus
- dynamodblock.toolbox
- .settings
- python
- deltalake
- fs
- writer
- docs/source
- src
- tests
- data_acceptance
- pyspark_integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
377 files changed
+13583
-10182
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | | - | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | | - | |
7 | | - | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
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 | | - | |
| 21 | + | |
49 | 22 | | |
50 | 23 | | |
51 | | - | |
| 24 | + | |
52 | 25 | | |
53 | 26 | | |
54 | 27 | | |
55 | 28 | | |
| 29 | + | |
56 | 30 | | |
57 | 31 | | |
58 | 32 | | |
59 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
60 | 37 | | |
61 | 38 | | |
62 | 39 | | |
63 | 40 | | |
64 | 41 | | |
65 | | - | |
| 42 | + | |
66 | 43 | | |
67 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
68 | 51 | | |
69 | 52 | | |
70 | 53 | | |
71 | 54 | | |
72 | 55 | | |
73 | 56 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 57 | | |
78 | 58 | | |
79 | 59 | | |
80 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
81 | 65 | | |
82 | | - | |
| 66 | + | |
83 | 67 | | |
84 | 68 | | |
85 | 69 | | |
86 | 70 | | |
| 71 | + | |
87 | 72 | | |
| 73 | + | |
88 | 74 | | |
89 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
90 | 79 | | |
91 | 80 | | |
92 | 81 | | |
93 | 82 | | |
94 | 83 | | |
95 | | - | |
| 84 | + | |
96 | 85 | | |
97 | 86 | | |
98 | 87 | | |
99 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
100 | 91 | | |
101 | 92 | | |
102 | 93 | | |
| |||
115 | 106 | | |
116 | 107 | | |
117 | 108 | | |
118 | | - | |
| 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 | + | |
119 | 168 | | |
120 | 169 | | |
121 | 170 | | |
122 | 171 | | |
123 | 172 | | |
124 | | - | |
| 173 | + | |
125 | 174 | | |
126 | 175 | | |
127 | 176 | | |
| |||
139 | 188 | | |
140 | 189 | | |
141 | 190 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 191 | | |
147 | 192 | | |
148 | | - | |
| 193 | + | |
149 | 194 | | |
150 | 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 | + | |
151 | 248 | | |
152 | 249 | | |
153 | 250 | | |
| |||
156 | 253 | | |
157 | 254 | | |
158 | 255 | | |
159 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
160 | 260 | | |
161 | 261 | | |
162 | 262 | | |
163 | 263 | | |
164 | 264 | | |
165 | | - | |
| 265 | + | |
166 | 266 | | |
167 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
168 | 271 | | |
169 | 272 | | |
170 | 273 | | |
| |||
176 | 279 | | |
177 | 280 | | |
178 | 281 | | |
179 | | - | |
180 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
0 commit comments