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 was 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).
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.