CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 08:58:18 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/feast-dev/feast.git
etag: W/"02d74e3e7544025ab077b45e0370d34b"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=EVgPyTzi6%2BJoF84DnBSafRiCy5uCqv7TxH76ZU0ijKfScseSshaAQfr%2BgQ8d2PHjuBRaH%2B9HHfz3yFhRC%2FRwvtGbt5nqhdLP8hg8%2BYjhQRJazaiDoQEjZFKgrRa0nNe9y2hI%2BjdtDGLbJ2cScAP6xeWVbD1%2BUNjTUPUghtumUrNmKGI5HS9pHUjMbymNwcioOKuzhpzZZe%2BzwhQDeNP6uZX4Xyq8YT6f9PcwDOBxBmQSNDF37Umc%2FSt4UxHaVIfrdzCLE7s7Hyw%2BHVB5p3f4qw%3D%3D--MF%2BeyisuHb24ie4S--frAQb6cUKruRcMxm3cr8nA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1469428880.1753606698; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 08:58:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 08:58:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8888:3240E6:C84885:1097BC0:6885EA2A
feat: Add date_partition_column_format for spark source (#5273) · feast-dev/feast@7a61d6f · GitHub
Copy file name to clipboardExpand all lines: protos/feast/core/DataSource.proto
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 7a61d6f
authored
feat: Add date_partition_column_format for spark source (#5273)
* feat: Add date_partition_column_format for spark source
Signed-off-by: joeyutong <joeyutong@gmail.com>
* feat: Add date_partition_column_format for spark source
Signed-off-by: joeyutong <joeyutong@gmail.com>
* feat: Add date_partition_column_format for spark source
Signed-off-by: joeyutong <joeyutong@gmail.com>
---------
Signed-off-by: joeyutong <joeyutong@gmail.com>1 parent e416d01 commit 7a61d6fCopy full SHA for 7a61d6f
File tree
Expand file treeCollapse file tree
6 files changed
+172
-21
lines changedFilter options
- protos/feast/core
- sdk/python
- feast
- infra/offline_stores/contrib/spark_offline_store
- protos/feast/core
- tests/unit/infra/offline_stores/contrib/spark_offline_store
Expand file treeCollapse file tree
6 files changed
+172
-21
lines changedprotos/feast/core/DataSource.proto
Copy file name to clipboardExpand all lines: protos/feast/core/DataSource.proto+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
229 | 232 |
| |
230 | 233 |
| |
231 | 234 |
| |
|
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py+36-5Lines changed: 36 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 |
| - | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 |
| |
59 | 66 |
| |
60 | 67 |
| |
| |||
101 | 108 |
| |
102 | 109 |
| |
103 | 110 |
| |
| 111 | + | |
104 | 112 |
| |
105 | 113 |
| |
106 | 114 |
| |
| |||
112 | 120 |
| |
113 | 121 |
| |
114 | 122 |
| |
115 |
| - | |
| 123 | + | |
116 | 124 |
| |
117 | 125 |
| |
118 | 126 |
| |
| |||
136 | 144 |
| |
137 | 145 |
| |
138 | 146 |
| |
| 147 | + | |
139 | 148 |
| |
140 | 149 |
| |
| 150 | + | |
| 151 | + | |
| 152 | + | |
141 | 153 |
| |
142 | 154 |
| |
143 | 155 |
| |
| |||
186 | 198 |
| |
187 | 199 |
| |
188 | 200 |
| |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
189 | 218 |
| |
190 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
191 | 222 |
| |
192 | 223 |
| |
193 | 224 |
| |
| |||
651 | 682 |
| |
652 | 683 |
| |
653 | 684 |
| |
654 |
| - | |
| 685 | + | |
655 | 686 |
| |
656 | 687 |
| |
657 | 688 |
| |
658 | 689 |
| |
659 | 690 |
| |
660 |
| - | |
| 691 | + | |
661 | 692 |
| |
662 | 693 |
| |
663 | 694 |
| |
|
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| |||
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
| 101 | + | |
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
| |||
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
130 | 139 |
| |
131 | 140 |
| |
132 | 141 |
| |
| |||
139 | 148 |
| |
140 | 149 |
| |
141 | 150 |
| |
| 151 | + | |
142 | 152 |
| |
143 | 153 |
| |
144 | 154 |
| |
| |||
240 | 250 |
| |
241 | 251 |
| |
242 | 252 |
| |
| 253 | + | |
243 | 254 |
| |
244 | 255 |
| |
245 | 256 |
| |
| |||
261 | 272 |
| |
262 | 273 |
| |
263 | 274 |
| |
| 275 | + | |
264 | 276 |
| |
265 | 277 |
| |
266 | 278 |
| |
| |||
294 | 306 |
| |
295 | 307 |
| |
296 | 308 |
| |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
297 | 317 |
| |
298 | 318 |
| |
299 | 319 |
| |
| |||
308 | 328 |
| |
309 | 329 |
| |
310 | 330 |
| |
| 331 | + | |
311 | 332 |
| |
312 | 333 |
| |
313 | 334 |
| |
| |||
323 | 344 |
| |
324 | 345 |
| |
325 | 346 |
| |
| 347 | + | |
326 | 348 |
| |
327 | 349 |
| |
328 | 350 |
| |
|
You can’t perform that action at this time.
0 commit comments