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
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
It will fail because the primitive will be autoboxed in all operator methods of SearchArgumentFactory to an Object. Making the checkValueTypes(...) throw an exception. It works if you use hive's search args directly (probably because it is less strict in the checking).
Same holds for other primitive types.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the following failing unit test example for SearchArgumentFactoryTest:
It will fail because the primitive will be autoboxed in all operator methods of SearchArgumentFactory to an Object. Making the
checkValueTypes(...)
throw an exception. It works if you use hive's search args directly (probably because it is less strict in the checking).Same holds for other primitive types.
The text was updated successfully, but these errors were encountered: