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.
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/spanner/google/cloud/spanner/streamed.py#L300
The dict doesn't cover
type_pb2.TIMESTAMPandtype_pb2.DATE, the fix is actually easy because both type is passed in string_value.