HAWQ-779 contributed by jiadx introduced the ability for hawq to serialize filters on float columns and send the data to PXF. However, PXF is not currently capable of parsing float values in the string filter.
We need to
1. add support for float type on JAVA side.
2. add unit test for this change.