Please describe the issue
I would like to define a schema like this with a column being of any or variant type but cant find a way to do it.
The only one that was accepted by ibis but not by Flink is following:
ibis.schema({"variant-field": "unknown"})
Flink as ANY but not UNKNOWN
Code of Conduct