Hi,
I think the basic problem here is that the generic types cannot really be
changed when executing, i.e. when you read the types of the stream from a
file.
One thing I could suggest is to use Strings for everything and inside those
Strings use JSON or something similar to encode different types.
Hi,
I am trying to read the types of an input stream from a file and then generate
the datastream resulting from parsing a source accordingly (e.g.
DataStream>). Finally this will be registered as a table.
What would be the best way to do this?
I am trying currently to use the generic type of T