arrow
arrow copied to clipboard
GH-43118: [JS] Add interval for unit MONTH_DAY_NANO
Rationale for this change
This PR handle for Interval type with MONTH_DAY_NANO unit, This is currently not supported in Arrow JS implementation. See https://github.com/apache/arrow/issues/43118
What changes are included in this PR?
Handle Interval with MONTH_DAY_NAO unit with relations Adding tests for builder and unittest
Are these changes tested?
Yes. Unit tests have been added
- GitHub Issue: #43118