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":"..."}
) -
body
column inoperations
table is renamed tobinary_body
- new column
body
is added tohive.operations_view
- new functions
operation_to_jsontext
andoperation_from_jsontext
are introduced -
test.sh
is changed to no longer ignoreundefined_function
exceptions -
timeout_0_test
is removed, because it was failing after the change in previous point
Edited by Bartek Wrona