You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add warning when encountering unknown field types (#1989)
* fix: add warning when encountering unknown field types
The types returned for currently unsupported field types may change
in the future, when support is added. Warn users that the types they
are using are not yet supported.
* fix: add warning for unknown subfield types as well
* fix: remove unused warnings
* fix: remove leftover debugging code
* move test case closer to related test
* add comments
* fix formatting
* fix test_table and use warnings.warn instead of pytest.warn
* add explicit warning about behavior subject to change in the future
add warning for write and warn about future behavior changes
* add default converter for _SCALAR_VALUE_TO_JSON_PARAM
* factor out shared warning
* fix test case and make coverage happy
* add unit test to StructQueryParameter class
---------
Co-authored-by: Lingqing Gan <[email protected]>
0 commit comments