Piotr Bakalarski

Results 4 issues of Piotr Bakalarski

I think `shouldNotThrow` could hide a programming error. The following code completes without issues: ``` invoking { throw IllegalArgumentException() } shouldNotThrow CustomException::class ``` I think the `IllegalArgumentException` should be re-thrown...

**Describe the issue**: I'm getting the following crash when I try to open a parquet file that was created with either pyspark or pyarrow. ``` Traceback (most recent call last):...

Resolves #657 #### Background Easyjson is required to build the package from source, but it's not mentioned in README, as was already reported in #657 and caused #687. #### Checklist...