Yup - but the reason we did the null handling that way was for Python,
which also affects Scala.
On Thu, May 26, 2016 at 4:17 PM, Koert Kuipers wrote:
> ok, thanks for creating ticket.
>
> just to be clear: my example was in scala
>
> On Thu, May 26, 2016 at 7:07 PM, Reynold Xin wrote:
>
>> Th
ok, thanks for creating ticket.
just to be clear: my example was in scala
On Thu, May 26, 2016 at 7:07 PM, Reynold Xin wrote:
> This is unfortunately due to the way we set handle default values in
> Python. I agree it doesn't follow the principle of least astonishment.
>
> Maybe the best thing
This is unfortunately due to the way we set handle default values in
Python. I agree it doesn't follow the principle of least astonishment.
Maybe the best thing to do here is to put the actual default values in the
Python API for csv (and json, parquet, etc), rather than using None in
Python. This