Skip to content

Added Default Implementations for Missing Types#326

Open
niknegi wants to merge 1 commit intoapache:mainfrom
niknegi:issue/325
Open

Added Default Implementations for Missing Types#326
niknegi wants to merge 1 commit intoapache:mainfrom
niknegi:issue/325

Conversation

@niknegi
Copy link

@niknegi niknegi commented Feb 14, 2026

Purpose

Linked issue: #325

Brief change log

Added Default implementation for CharType, DecimalType, BinaryType, ArrayType and MapType

Tests

Screenshot 2026-02-14 at 6 28 16 PM

Copy link
Contributor

@luoyuxia luoyuxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@niknegi Thanks for the pr. Left minor comments.

}
}

impl Default for ArrayType {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't have default for array type

}

impl Default for MapType {
fn default() -> Self {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't have default for array type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants