Re: BigQuery Timestamp Issue

2017-12-18 Thread Srikanth G N
Thanks moon, Started the process of forking, will soon push the patch after fixing timezone review point. will see if i can add a timezone as a config parameter in bigquery interpreter, please let me know if there is any other way - Srikanth G N Sentienz -- Sent from: http://apache-zepp

Re: BigQuery Timestamp Issue

2017-12-18 Thread moon soo Lee
Hi, I think formatting timestamp in this case is reasonable. It would be great if we can push this patch. (Should timezone need to be hardcoded?) Thanks, moon On Fri, Dec 15, 2017 at 3:31 AM Srikanth G N wrote: > As seen in the attached image, the select queries on bigquery table whose > outp

BigQuery Timestamp Issue

2017-12-15 Thread Srikanth G N
As seen in the attached image, the select queries on bigquery table whose output fields contain TIMESTAMP are not shown as Dates, which is the expected behavior when compared to query outputs on say mysql databases. While debugging the issue (zeppelin 0.7.3 source, file BigQueryInterpreter.java),