Is there an existing issue for this?
Environment
- OS: Windows 11
- Python: 3.10.13
What happened?
I noticed that the _decode_datastore() function unexpectedly throws an error if field values evaluate to a falsy value for some data types.
Additionally, the decoding of geoPointValue was referencing timestampValue, a simple typo.
Code Snippet
One example: Having a doubleValue field with data entry 0 leads to a TypeError.
Relevant log output
Anything else?
No response
Is there an existing issue for this?
Environment
What happened?
I noticed that the
_decode_datastore()function unexpectedly throws an error if field values evaluate to a falsy value for some data types.Additionally, the decoding of
geoPointValuewas referencingtimestampValue, a simple typo.Code Snippet
Relevant log output
Anything else?
No response