You don't have to close the PR. The change makes sense anyways.
You are right, the exception message could be improved at this point.
On 29.01.2015 16:21, Alexander Alexandrov wrote:
Alight, thanks for the hint.
I suggest to close PR 349 and refine the exception with a hint HOW exactly
to pa
Alight, thanks for the hint.
I suggest to close PR 349 and refine the exception with a hint HOW exactly
to pass the TypeInformation instance, e.g.
The type returned by the input format could not be automatically
determined. Please pass the TypeInformation of the produced type explicitly
via 'env.
Hey Alexander,
I have looked into your issue. You can simply use
env.createInput(InputFormat,TypeInformation) instead of env.readFile()
then you can pass TypeInformation manually without implementing
ResultTypeQueryable.
Regards,
Timo
On 29.01.2015 14:54, Alexander Alexandrov wrote:
The