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

Spanner should know how to merge chunk data of TIMESTAMP and DATE type #3981

Closed
yixizhang opened this issue Sep 15, 2017 · 1 comment
Closed
Assignees
Labels
api: spanner Issues related to the Spanner API.

Comments

@yixizhang
Copy link

yixizhang commented Sep 15, 2017

https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/spanner/google/cloud/spanner/streamed.py#L300

The dict doesn't cover type_pb2.TIMESTAMP and type_pb2.DATE, the fix is actually easy because both type is passed in string_value.

@vkedia
Copy link

vkedia commented Sep 16, 2017

Thanks for filing this. This indeed looks like a bug.
@tseaver @lukesneeringer please take a look.

lukesneeringer pushed a commit to lukesneeringer/google-cloud-python that referenced this issue Sep 21, 2017
@tseaver tseaver added the api: spanner Issues related to the Spanner API. label Sep 21, 2017
tseaver pushed a commit that referenced this issue Sep 21, 2017
This was referenced Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API.
Projects
None yet
Development

No branches or pull requests

3 participants