yahoo / maha

A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Apache License 2.0
129 stars 58 forks source link

Apply timezone from additionalParameter in Presto query #1053

Closed ZhaoqiWang0605 closed 1 year ago

ZhaoqiWang0605 commented 1 year ago

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Changes Summary

Add a feature for Presto query which supports to apply the timezone value which defined in additionalParameter in request to specific time column in hive query. This change is based on the changes in https://github.com/yahoo/maha/pull/1050. (this change will make presto query has similar behavior as hive query to apply request specified timezone)