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

This currently only returns type BOOL, S (String) and N (Number), extend to include more types. #15

Open
bgood opened this issue Mar 17, 2021 · 0 comments

Comments

@bgood
Copy link
Collaborator

bgood commented Mar 17, 2021

This will currently only return data as type BOOL, S (String) and N (Number). Would it be an idea to:

  1. Convert Cloud Spanner BYTES(..) columns to B (Binary)
  2. Convert Cloud Spanner INT64 and NUMERIC columns to N (Numeric).
  3. And later: Add support for ARRAY, ARRAY and ARRAY<INTEGER | FLOAT64 | NUMERIC> by mapping these to SS, BS and NS.

Originally posted by @olavloite in #3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant