Status Update
Comments
va...@google.com <va...@google.com>
du...@google.com <du...@google.com> #2
yu...@gmail.com <yu...@gmail.com> #3
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
du...@google.com <du...@google.com> #4
Hello,
Thank you for reaching out to us with your request.
I have checked the issue again with the relevant team and supervisor and understand your issue .Sorry for the inconvenience caused during this time ,we shall be here to assist you with any query you have and will try to prioritize it.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the [Issue Tracker][1] providing a detailed description of your issue.
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
-
What you expected to happen:
Here is the patch.
-
All emulator users including me hope that "cloud-spanner-emulator " acts more like "Spanner(production)".
Please take this patch...!!
Steps to reproduce:
Just execute the SQLs below at both Spanner(production) and "cloud-spanner-emulator ".
```sql
SELECT IF(false, ARRAY<STRUCT<INT64>>[], null)
SELECT IF(false, ARRAY<STRUCT<INT64>>[], [])
```
Other information (workarounds you have tried, documentation consulted, etc):
I really appriciate your maintance for "cloud-spanner-emulator".