Skip to content

Commit

Permalink
fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Apr 24, 2022
1 parent 74ec3ee commit a5b5c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object ParquetReader extends IOOps {
* decodes [[RowParquetRecord]] to your data type
* @return
* final [[ParquetIterable]]
* @throws IllegalArgumentException
* @throws scala.IllegalArgumentException
* when reading inconsistent partition directory
*/
def read(path: Path)(implicit decoder: ParquetRecordDecoder[T]): ParquetIterable[T]
Expand Down

0 comments on commit a5b5c21

Please sign in to comment.