René's URL Explorer Experiment


Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast · GitHub

Open Graph Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast

X Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast

Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts/generate_protos.py Writing mypy to feast/core/Aggregation_pb2.pyi Writing mypy to feast/core/Permission_pb2.pyi Writing mypy to feast/core/DataFormat_pb2.pyi Writing mypy to feast/core/Transformation_pb2.pyi Writing mypy to feast/core/StreamFeatureView_pb2.pyi Writing mypy to feast/core/FeatureView_pb2.pyi Writing mypy to feast/core/InfraObject_pb2.pyi Writing mypy to feast/core/Project_pb2.pyi Writing mypy to feast/core/FeatureTable_pb2.pyi Writing mypy to feast/core/Policy_pb2.pyi Writing mypy to feast/core/DatastoreTable_pb2.pyi Writing mypy to feast/core/OnDemandFeatureView_pb2.pyi Writing mypy to feast/core/SqliteTable_pb2.pyi Writing mypy to feast/core/SavedDataset_pb2.pyi Writing mypy to feast/core/Entity_pb2.pyi Writing mypy to feast/core/FeatureService_pb2.pyi Writing mypy to feast/core/Feature_pb2.pyi Writing mypy to feast/core/ValidationProfile_pb2.pyi Writing mypy to feast/core/DataSource_pb2.pyi Writing mypy to feast/core/Registry_pb2.pyi Writing mypy to feast/core/FeatureViewProjection_pb2.pyi Writing mypy to feast/core/Store_pb2.pyi Writing mypy to feast/registry/RegistryServer_pb2.pyi Writing mypy to feast/serving/ServingService_pb2.pyi Writing mypy to feast/serving/GrpcServer_pb2.pyi Writing mypy to feast/serving/Connector_pb2.pyi Writing mypy to feast/serving/TransformationService_pb2.pyi Writing mypy to feast/types/Field_pb2.pyi Writing mypy to feast/types/Value_pb2.pyi Writing mypy to feast/types/EntityKey_pb2.pyi Writing mypy to feast/storage/Redis_pb2.pyi unzip -u /home/shuchu/feast/tools/protoc-30.2-linux-x86_64.zip -d /home/shuchu/feast/tools Archive: /home/shuchu/feast/tools/protoc-30.2-linux-x86_64.zip go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0 mkdir -p /home/shuchu/feast/go/protos protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/core/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/registry/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/serving/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/types/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/storage/*.proto; true go install golang.org/x/tools/cmd/goimports uv pip install "pybindgen==0.22.1" "grpcio-tools>=1.56.2,<2" "mypy-protobuf>=3.1" Audited 3 packages in 2ms uv pip install -e "." Resolved 65 packages in 2.02s Built feast @ file:///home/shuchu/feast Prepared 1 package in 1.96s Uninstalled 1 package in 0.64ms Installed 1 package in 2ms ~ feast==0.53.1.dev15+g5ab18a6a2.d20250923 (from file:///home/shuchu/feast) /home/shuchu/feast/tools/bin:/home/shuchu/feast/.venv/bin:/home/shuchu/.vscodium-server/bin/b18126fb99b60533fc069575d08d72758cd90fed/bin/remote-cli:/home/shuchu/.local/bin:/home/shuchu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA App/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/RedHat/Podman/:/mnt/c/Users/shuch/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/shuch/AppData/Local/Programs/VSCodium/bin CGO_ENABLED=1 go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out -o coverage.html ok github.com/feast-dev/feast/go 0.023s coverage: 3.8% of statements github.com/feast-dev/feast/go/embedded coverage: 0.0% of statements ok github.com/feast-dev/feast/go/internal/feast 5.725s coverage: 53.9% of statements github.com/feast-dev/feast/go/internal/feast/model coverage: 0.0% of statements ok github.com/feast-dev/feast/go/internal/feast/onlineserving 0.030s coverage: 49.1% of statements ok github.com/feast-dev/feast/go/internal/feast/onlinestore 16.426s coverage: 44.0% of statements ok github.com/feast-dev/feast/go/internal/feast/registry 0.030s coverage: 28.7% of statements ok github.com/feast-dev/feast/go/internal/feast/server 17.069s coverage: 29.6% of statements ok github.com/feast-dev/feast/go/internal/feast/server/logging 0.141s coverage: 62.3% of statements github.com/feast-dev/feast/go/internal/feast/transformation coverage: 0.0% of statements github.com/feast-dev/feast/go/internal/test coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/core coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/registry coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/serving coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/storage coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/types coverage: 0.0% of statements ok github.com/feast-dev/feast/go/types 0.010s coverage: 86.1% of statements

Open Graph Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts...

X Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts...

Opengraph URL: https://github.com/feast-dev/feast/pull/5632

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:54ecf2a4-8510-d15b-6f37-117c73ecbcf5
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE3C6:56F73:829A4CD:AD70511:696E0431
html-safe-nonceffe0ce2f9c702c065533b741ec7abd08617cc37e48dc8bfd21e46c23b1221c58
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFM0M2OjU2RjczOjgyOUE0Q0Q6QUQ3MDUxMTo2OTZFMDQzMSIsInZpc2l0b3JfaWQiOiI1OTE3ODc3OTcyNTQxMjQ0NDY1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb6750955d4d752710f59c2faab2b1c3eeeba6381836b968628c5f504218eba23
hovercard-subject-tagpull_request:2858867299
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/5632/files
twitter:imagehttps://avatars.githubusercontent.com/u/1526323?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1526323?s=400&v=4
og:image:altWhat this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None9b5131b207ddd175abf059a848d5f4302ec0606b02211b989013be49cf08593e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef8590a63bfc8093b241930ca57d536c9a50f9680
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/5632/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5632%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5632%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/5632/files
Reloadhttps://github.com/feast-dev/feast/pull/5632/files
Reloadhttps://github.com/feast-dev/feast/pull/5632/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.2k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 6.6k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 176 https://github.com/feast-dev/feast/issues
Pull requests 58 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/feast-dev/feast/security
Please reload this pagehttps://github.com/feast-dev/feast/pull/5632/files
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
shuchuhttps://github.com/shuchu
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
shuchu:fix/issue-5623ahttps://github.com/shuchu/feast/tree/fix/issue-5623a
Conversation 1 https://github.com/feast-dev/feast/pull/5632
Commits 1 https://github.com/feast-dev/feast/pull/5632/commits
Checks 22 https://github.com/feast-dev/feast/pull/5632/checks
Files changed https://github.com/feast-dev/feast/pull/5632/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5632/files
fix: Update the deprecated functions in Go feature server. https://github.com/feast-dev/feast/pull/5632/files#top
Show all changes 1 commit https://github.com/feast-dev/feast/pull/5632/files
2212a99 fix: Update the deprecated functions in Go feature server. shuchu Sep 23, 2025 https://github.com/feast-dev/feast/pull/5632/commits/2212a99336a5dae70bd175c243ac94544fe60107
Clear filters https://github.com/feast-dev/feast/pull/5632/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5632/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5632/files
Dockerfile https://github.com/feast-dev/feast/pull/5632/files#diff-9692512b4df83aa97bbc11edb7661b5db4879eb82415120ce23036173f33a40b
featureview.go https://github.com/feast-dev/feast/pull/5632/files#diff-01664ddebb2de0d0981cb93746e11ece2260c025f89bcf2c12ec6945c4075aa3
local.go https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
registry_test.go https://github.com/feast-dev/feast/pull/5632/files#diff-8426071228c7b58e9300be38084cc03964e137618cd690d54e86fd6f14a38e0d
s3.go https://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
grpc_server_test.go https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
logger_test.go https://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
offlinestoresink.go https://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/infra/docker/feature-server/Dockerfilehttps://github.com/feast-dev/feast/pull/5632/files#diff-9692512b4df83aa97bbc11edb7661b5db4879eb82415120ce23036173f33a40b
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/infra/docker/feature-server/Dockerfile
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-9692512b4df83aa97bbc11edb7661b5db4879eb82415120ce23036173f33a40b
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/model/featureview.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-01664ddebb2de0d0981cb93746e11ece2260c025f89bcf2c12ec6945c4075aa3
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/model/featureview.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-01664ddebb2de0d0981cb93746e11ece2260c025f89bcf2c12ec6945c4075aa3
https://github.com/feast-dev/feast/pull/5632/files#diff-01664ddebb2de0d0981cb93746e11ece2260c025f89bcf2c12ec6945c4075aa3
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/registry/local.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/registry/local.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
https://github.com/feast-dev/feast/pull/5632/files#diff-fa8c91f28c65b25ea003615a6106aa0543b2b0ec0a2a2e52c60b89ab6c13159c
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/registry/registry_test.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-8426071228c7b58e9300be38084cc03964e137618cd690d54e86fd6f14a38e0d
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/registry/registry_test.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-8426071228c7b58e9300be38084cc03964e137618cd690d54e86fd6f14a38e0d
https://github.com/feast-dev/feast/pull/5632/files#diff-8426071228c7b58e9300be38084cc03964e137618cd690d54e86fd6f14a38e0d
https://github.com/feast-dev/feast/pull/5632/files#diff-8426071228c7b58e9300be38084cc03964e137618cd690d54e86fd6f14a38e0d
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/registry/s3.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/registry/s3.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
https://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
https://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
https://github.com/feast-dev/feast/pull/5632/files#diff-07244ff1695c53374eb8068c10a5ce5d78bdcbb4abd4577022c506078b89d6b9
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/server/grpc_server_test.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/server/grpc_server_test.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/pull/5632/files#diff-2f170ecad299afed88bb94c63a2c47d653117cb271351a204d02b2490e277671
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/server/logging/logger_test.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/server/logging/logger_test.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
https://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
https://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
https://github.com/feast-dev/feast/pull/5632/files#diff-85844e2b200d43d4b89a5d7a9f8609aae954f90a106245dfe088be878774d0cc
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L6
go/internal/feast/server/logging/offlinestoresink.gohttps://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
View file https://github.com/shuchu/feast/blob/2212a99336a5dae70bd175c243ac94544fe60107/go/internal/feast/server/logging/offlinestoresink.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5632/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
https://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
https://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
https://github.com/feast-dev/feast/pull/5632/files#diff-0c3970d64f82d7b4a559584fd06f60c91998055572c2e43b72830a94f71d967a
Please reload this pagehttps://github.com/feast-dev/feast/pull/5632/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.