Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "fields" in version 1.30.2 #668

Closed
DucPhan2997 opened this issue Dec 28, 2022 · 1 comment
Closed

Missing "fields" in version 1.30.2 #668

DucPhan2997 opened this issue Dec 28, 2022 · 1 comment

Comments

@DucPhan2997
Copy link

Describe the bug
Missing fields when using JSET to update

To Reproduce

  1. SET sup-gojek test POINT 106.66329051644803 10.769453594179312
  2. JSET sup-gojek test info dpv
  3. FSET sup-gojek test info-field 1
  4. GET sup-gojek test withfields -> {"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpv"},"fields":{"info-field":1},"elapsed":"15.554µs"}
  5. JSET sup-gojek test info dpvUpdated
  6. GET sup-gojek test withfields -> {"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpvUpdated"},"elapsed":"15.554µs"} Missing fields

Expected behavior
Same the old version (1.29.2), the fields should be returned

Logs
Version 1.30.2
Version 1.30.2

Version 1.29.2
Version 1.29.2

Operating System (please complete the following information):

  • OS: Linux
  • CPU: amd64
  • Version: 1.30.2
  • Container: Docker

Additional context
Add any other context about the problem here.

@tidwall
Copy link
Owner

tidwall commented Dec 29, 2022

Thanks a ton for reporting!
I pushed a new release that fixes this issue :)

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

No branches or pull requests

2 participants