When storing a long integer within Big Query that exceeds the limitations of a
java int but satisfies a long, querying this field in BigQuery web console
shows the correct results, yet when executing the same query in Jasper using
this jdbc connector the result is null, while all other data works.
Changing the type to String shows the value is populated as well. Unfortunately
the limitation is that these fields must be of type Integer ( satisfying java
long values ).
Original issue reported on code.google.com by
gwhita...@arclight.com.auon 12 Aug 2013 at 5:17