CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 07:01:32 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/"39e6831a6f37b1eb2821b169e6b2df71"
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=6nJQjOpEs1WUcUpzsaYOSiYEjdfEoFftiKXx22z%2BmFmOIkOS8BEPPsw28ezIIIQ%2BCCR%2BduRelrMt1JvRmiXsCxICINtUuJMdro9sEp4%2Fd%2B6VfR%2B32eYKTra%2BbUZmvOjUcXs3UexzQ1jvHoLVkUgjiidGuxGuo4GHxKel%2B09l2%2BD%2FvpCrmAk2i%2FrqvjIM1W85H1329fAGGJale4yvpkPXpuL3DzQqUagR50ICcRZPxYk1ikEzjjuEV6JqM5Ozym39mF6vmH0yXAUPqCsBNn6TaA%3D%3D--XDyk6GNQA4uDVEGY--lLoptpB0qxXK5gdXG8nIIA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1970116914.1753340491; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 07:01:31 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 07:01:31 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B5DA:271430:15537F8:19B6C49:6881DA4B
fix: Resolving syntax error while querying a feature view with column… · feast-dev/feast@d3495a0 · GitHub



authored
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/bigquery.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/offline_utils.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit d3495a0


fix: Resolving syntax error while querying a feature view with column name starting with a number and BigQuery as data source (#4908)
* Fixing issue #4688
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
* Fixing issue #4688
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
* Fixing issue #4688
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
* resolving PEP 8 warnings
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
* resolving linting issues
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
---------
Signed-off-by: Dharmisha Doshi <dharmishadoshi@gmail.com>
Co-authored-by: n0g0791 <nishant.gaurav0@walmart.com>
Co-authored-by: nishantgaurav-dev <nishantgaurav26@gmail.com>
Co-authored-by: dharmishadoshi@gmail.com <d0d0fmz@m-j2t66th1w2.homeoffice.wal-mart.com>1 parent fc8cff0 commit d3495a0Copy full SHA for d3495a0
File tree
Expand file treeCollapse file tree
2 files changed
+17
-4
lines changedFilter options
- sdk/python/feast/infra/offline_stores
Expand file treeCollapse file tree
2 files changed
+17
-4
lines changedsdk/python/feast/infra/offline_stores/bigquery.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/bigquery.py+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
904 |
| - | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
905 | 908 |
| |
906 | 909 |
| |
907 | 910 |
| |
| |||
995 | 998 |
| |
996 | 999 |
| |
997 | 1000 |
| |
998 |
| - | |
| 1001 | + | |
999 | 1002 |
| |
1000 | 1003 |
| |
1001 | 1004 |
| |
1002 | 1005 |
| |
1003 | 1006 |
| |
1004 | 1007 |
| |
1005 |
| - | |
| 1008 | + | |
1006 | 1009 |
| |
1007 | 1010 |
| |
1008 | 1011 |
| |
|
sdk/python/feast/infra/offline_stores/offline_utils.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/offline_stores/offline_utils.py+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
190 | 192 |
| |
191 | 193 |
| |
192 | 194 |
| |
| |||
252 | 254 |
| |
253 | 255 |
| |
254 | 256 |
| |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + |
You can’t perform that action at this time.
0 commit comments