hive.operation uses bytea text representation instead of json
Closes #139 (closed)
- in and out are changed to accept/produce bytea text representation (
\x123456) instead of json ({"type":"...", "value":"..."}) -
bodycolumn inoperationstable is renamed tobinary_body - new column
bodyis added tohive.operations_view - new functions
operation_to_jsontextandoperation_from_jsontextare introduced -
test.shis changed to no longer ignoreundefined_functionexceptions -
timeout_0_testis removed, because it was failing after the change in previous point
Edited by Bartek Wrona