Skip to content

fix: Serialize UnixTimestamp proto values as raw int64 in remote onli…#6555

Open
falloficaruss wants to merge 2 commits into
feast-dev:masterfrom
falloficaruss:fix/remote-online-store-unix-timestamp
Open

fix: Serialize UnixTimestamp proto values as raw int64 in remote onli…#6555
falloficaruss wants to merge 2 commits into
feast-dev:masterfrom
falloficaruss:fix/remote-online-store-unix-timestamp

Conversation

@falloficaruss

@falloficaruss falloficaruss commented Jun 25, 2026

Copy link
Copy Markdown

What this PR does / why we need it:

his PR fixes a bug where UnixTimestamp feature values cause JSON serialization failures when using the remote online store.

Which issue(s) this PR fixes:

Fixes #6492

Checks

  • I've made sure the tests are passing.
  • My commits are signed off (git commit -s)
  • My PR title follows conventional commits format

Testing Strategy

  • Unit tests
  • Integration tests
  • Manual tests
  • Testing is not required for this change

Misc

…ne store transport

Signed-off-by: Abhishek Shinde <norizzabhii@gmail.com>
@falloficaruss falloficaruss marked this pull request as ready for review June 28, 2026 06:45
@falloficaruss falloficaruss requested a review from a team as a code owner June 28, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remote online store materialization fails for UnixTimestamp feature values

1 participant