mirafranc
mirafranc
Getting "Request Header Fields Too Large" when query exceeds 11000 characters. driver: presto-jdbc-338-e.3.jar - io.prestosql.jdbc.PrestoDriver Caused by: java.lang.RuntimeException: returned an invalid response: JsonResponse{statusCode=400, statusMessage=Bad Request, headers= {connection=[close], content-length=[198], content-type=[text/html], date=[Mon,...
Fixes #184
Timestamp milliseconds wrongly interpreted if milliseconds start with zeros: This issue occurred during Athena database testing (only 3 digits are supported for milliseconds). The timestamp type is recognised as 6...