googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

feat: Support float32, float64, and array type query params #2297

Closed jackdingilian closed 1 month ago

jackdingilian commented 1 month ago

Also fixes a bug with float32 lists where it was incorrectly converted to List of Double where we expect List of Float

Change-Id: I4d4b32dcddef74711eeea8997b020c46eee8be3c

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

Fixes # ☕️

If you write sample code, please follow the samples format.

tonytanger commented 1 month ago

LGTM