Skip to content
Open
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 @@ -678,7 +678,7 @@ public PrimitiveType withId(int id) {

/**
* @param logicalType LogicalTypeAnnotation
* @return a new PrimitiveType with the same fields and a new id null
* @return a new PrimitiveType with the same fields and the given logical type annotation
*/
public PrimitiveType withLogicalTypeAnnotation(LogicalTypeAnnotation logicalType) {
return new PrimitiveType(getRepetition(), primitive, length, getName(), logicalType, getId());
Expand Down