OpenSearch/x-pack/plugin/sql
Marios Trivyzas 3844da318f
SQL: Fix deserialisation issue of TimeProcessor (#40776)
TimeProcessor didn't implement `getWriteableName()` so the one from
the parent was used which returned the `NAME` of the parent. This
caused `TimeProcessor` objects to be deserialised into
DateTimeProcessor.

Moreover, added a restriction to run the TIME related integration tests
only in UTC timezone.

Fixes: #40717

(cherry picked from commit cfea348bec20e547df72c415cccd85279accb767)
2019-04-03 16:42:56 +02:00
..
jdbc SQL: Fix deserialisation issue of TimeProcessor (#40776) 2019-04-03 16:42:56 +02:00
qa SQL: Fix deserialisation issue of TimeProcessor (#40776) 2019-04-03 16:42:56 +02:00
sql-action SQL: Add multi_value_field_leniency inside FieldHitExtractor (#40113) 2019-03-18 14:56:03 +02:00
sql-cli SQL: JLine upgrade and polishing (#40321) 2019-03-22 23:55:51 +02:00
sql-client SQL: JLine upgrade and polishing (#40321) 2019-03-22 23:55:51 +02:00
sql-proto SQL: Introduce SQL TIME data type (#39802) 2019-04-01 23:57:27 +02:00
src SQL: Fix deserialisation issue of TimeProcessor (#40776) 2019-04-03 16:42:56 +02:00
build.gradle SQL: Centralize SQL test dependencies version handling (#40551) 2019-03-28 09:22:35 -04:00