Commit bc63468
committed
build: use a single compose file with .env file
chore: add .env.debug configuration
chore: add .env.debug
feat: primitive parquet reader with page pruning
add poetry build for libviewer
add libviewer to rows
refactor: only extract metadata and don't try to calculate offset index
ci: update dockerfiles to include the rust toolchain and libviewer
chore: pin python to 3.12.11 in libviewer and update lockfile
feat: use PageIndexPolicy to optionally read offset index
feat: support querying RowsIndex with page pruning
build: add libviewer as a dependency to libcommon
style: ruff format libcommon changes
chore: use query_with_page_pruning from the rows endpoint
chore: fix mypy errors
style: import Sequence from collections.abc
build: don't use libviewer as an editable dependency
build: try to configure poetry to properly install libviewer
ci: temporarily disable poetry cache
style: fixx ruff check errors
build: relock projects depending on libcommon
build: add rust toolchain to more dockerfiles
build: copy the entire libviewer directory in dockerfiles because poetry install is called at the build phase
build: turn libviewer an optional dependency due to build difficulties
chore: missing api stage from dockerfile
ci: install libviewer extra in the libcommon build
style: fix ruff check error in parquet utils
ci: disable poetry cache
feat: raise TooBigRows exceptions if the scan size would exceed a limit
feat: implement binary truncation for page pruning reader
style: ignore variable shadowing ruff check
ci: install libviewer in the worker image
feat: pass hf_token to the opendal store
chore: remove files_to_index estimation
chore: poetry lock worker service
chore: remove reduntand gitignore entries from libviewer
ci: install libviewer in the worker build
style: fix mypy ignore
chore: cleanup the libviewer python code
style: try to please mypy due to missing import
style: make token optional
test: make the mocking compatible with the page pruning reader in test_first_rows1 parent 21599e4 commit bc63468
File tree
35 files changed
+4877
-184
lines changed- .github/workflows
- jobs/mongodb_migration
- libs
- libcommon
- src/libcommon
- tests
- libviewer
- libviewer
- src
- services
- rows
- src/rows/routes
- worker
- src/worker/job_runners/split
- tests/job_runners
- config
- split
35 files changed
+4877
-184
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | | - | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
4 | 26 | | |
5 | | - | |
| 27 | + | |
6 | 28 | | |
7 | 29 | | |
8 | 30 | | |
9 | 31 | | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
| 35 | + | |
13 | 36 | | |
14 | 37 | | |
15 | 38 | | |
16 | 39 | | |
17 | 40 | | |
18 | 41 | | |
19 | 42 | | |
20 | | - | |
21 | 43 | | |
22 | 44 | | |
23 | 45 | | |
24 | 46 | | |
25 | | - | |
| 47 | + | |
26 | 48 | | |
27 | 49 | | |
28 | 50 | | |
29 | 51 | | |
30 | 52 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 53 | + | |
| 54 | + | |
39 | 55 | | |
40 | 56 | | |
41 | | - | |
42 | | - | |
| 57 | + | |
| 58 | + | |
43 | 59 | | |
44 | 60 | | |
45 | | - | |
| 61 | + | |
46 | 62 | | |
47 | 63 | | |
48 | | - | |
49 | | - | |
| 64 | + | |
| 65 | + | |
50 | 66 | | |
51 | 67 | | |
52 | 68 | | |
53 | | - | |
| 69 | + | |
54 | 70 | | |
55 | 71 | | |
56 | | - | |
57 | | - | |
| 72 | + | |
| 73 | + | |
58 | 74 | | |
59 | 75 | | |
60 | 76 | | |
61 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
62 | 80 | | |
63 | 81 | | |
64 | | - | |
65 | | - | |
| 82 | + | |
| 83 | + | |
66 | 84 | | |
67 | 85 | | |
68 | 86 | | |
69 | | - | |
| 87 | + | |
70 | 88 | | |
71 | 89 | | |
72 | | - | |
73 | | - | |
| 90 | + | |
| 91 | + | |
74 | 92 | | |
75 | 93 | | |
76 | 94 | | |
77 | | - | |
| 95 | + | |
78 | 96 | | |
79 | 97 | | |
80 | | - | |
81 | | - | |
| 98 | + | |
| 99 | + | |
82 | 100 | | |
83 | 101 | | |
84 | 102 | | |
85 | | - | |
| 103 | + | |
86 | 104 | | |
87 | 105 | | |
88 | | - | |
89 | | - | |
| 106 | + | |
| 107 | + | |
90 | 108 | | |
91 | 109 | | |
92 | 110 | | |
93 | 111 | | |
| 112 | + | |
| 113 | + | |
94 | 114 | | |
95 | 115 | | |
| 116 | + | |
96 | 117 | | |
97 | 118 | | |
98 | 119 | | |
99 | 120 | | |
100 | 121 | | |
101 | | - | |
| 122 | + | |
102 | 123 | | |
103 | | - | |
104 | 124 | | |
105 | 125 | | |
106 | 126 | | |
107 | 127 | | |
108 | 128 | | |
109 | 129 | | |
110 | | - | |
111 | | - | |
| 130 | + | |
| 131 | + | |
112 | 132 | | |
113 | 133 | | |
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
117 | 137 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments