yhgit52

Results 2 issues of yhgit52

Exception is thrown if `dateformat` is with minute in Fili. e.g. ``` Caused by: com.facebook.presto.jdbc.internal.client.FailureInfo$FailureException: Invalid format: "202111012045" is malformed at "45" ``` Add a timestampFormat for Minute to fix...

1. Fix Presto Limit for nested queries. Before fix: `... FETCH NEXT 1 ROWS ONLY) AS "t4"` -> `LIMIT 1` After fix: `... FETCH NEXT 1 ROWS ONLY) AS "t4"`...