Changhoon Oh

Results 15 issues of Changhoon Oh

## What changes were proposed in this pull request? - Update trino-plugin to be compatible with the latest Trino SPI (version 433) - I hope it helps someone in trouble...

Currently, `ChangeCase` could not handle Map type input record without schema. So, expands the coverage of this SMT.

### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers latest ### Apache Airflow version 2.3.x ~ latest ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Official Apache...

kind:bug
area:providers
needs-triage

fix: https://github.com/pinterest/querybook/issues/1319 related to: https://github.com/miguelgrinberg/python-engineio/issues/330 `python-engineio` (version between v4.5.1 and v4.7.0) has some bug on socket close logic. Due to this issue, Querybook webserver got the error below all the...

I found trino client bugs on cursor handling and fixed it. fixed bug case: - returns inaccurate (slightly lower than actual) number of rows, even 0 rows on fast queries....

There were valuable updates on routing logic with `PrestoQueueLengthRoutingTable` routing manager and `PrestoQueueLengthChecker` observer, like below. - https://github.com/lyft/presto-gateway/pull/81 - https://github.com/lyft/presto-gateway/pull/173 - https://github.com/lyft/presto-gateway/pull/176 - https://github.com/lyft/presto-gateway/pull/183 But, current codebase in this repository...

Related to - https://github.com/lyft/presto-gateway/issues/162 - https://github.com/lyft/presto-gateway/pull/193 Description - I think it is more simple fix for this issue, because `QueryDetail` object already has `backendUrl` field. ``` @Data @ToString class QueryDetail...

Currently, init container config position of coordinator pod template is not valid. (between secret volumes)

## Description - fix minor bug on `query-partition-filter-required-schemas` option to be compatible with `query-partition-filter-required` - add minor test case for this fix - add missing description about that config on...

cla-signed
docs
hive

## Description - add `query-partition-filter-required-schemas` config to iceberg connector, same as hive connector ## Additional context and related issues - I need to define `query-partition-filter-required-schemas=our_raw_data_schema` to prevent unintended heavy queries...

cla-signed
docs
iceberg