Tibor Szolár
Results
2
comments of
Tibor Szolár
@hannesmiller Using `SchemaInferrer` yields the exactly same result as using schema directly. No type conversion happens. All Row fields are still `String`s. Updated example with `SchemaInferrer`: ```scala import java.io.ByteArrayInputStream import...