Maulik Soneji

Results 7 comments of Maulik Soneji

@devdinu the message will stay null for most of the cases. Failurestatus has two constructors: ``` public FailureStatus(Exception cause) ``` and ``` public FailureStatus(Exception cause, String message) ``` Mostly I...

Hi @kmjung I am running the job on my local machine. I tried running the same code on dataproc and I am seeing this error: `https://github.com/googleapis/google-cloud-java/issues/6132` I am no able...

Hello @Fokko thank you very much for checking the PR. I have fixed the conflicts and pushed the code with additional tests.

Also, [this previously merged commit](https://github.com/apache/parquet-mr/commit/fadbe6ef326faa5984d4d8d6df581a91c8c6cca2) was throwing an error because of unimported class. It has been fixed in my PR

Hello everyone, can someone please check this PR when you are free. Thanks in advance!