google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

Built-in TIMESTAMP(string) function always uses microsecond precision #153

Open kberezin-nshl opened 6 months ago

kberezin-nshl commented 6 months ago

This is the root cause of this Spanner Emulator bug: https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/issues/73

Even though external contributions are not accepted, I submitted the PR with my fix suggestion