Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.parquet.ParquetRuntimeException;

/**
* thrown when a problem occured while compiling the column reader
* thrown when a problem occurred while compiling the column reader
*/
public class CompilationException extends ParquetRuntimeException {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.parquet.ParquetRuntimeException;

/**
* thrown when an encoding problem occured
* thrown when an encoding problem occurred
*/
public class ParquetDecodingException extends ParquetRuntimeException {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.parquet.ParquetRuntimeException;

/**
* thrown when a decoding problem occured
* thrown when a decoding problem occurred
*/
public class ParquetEncodingException extends ParquetRuntimeException {
private static final long serialVersionUID = 1L;
Expand Down