You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arrow v14 includes the new ListView and Utf8View formats. The RunEndEncoded format was also added prior to these. Let's regenerate the flatbuffers so that we can eventually implement Java support for these formats.
Component(s)
Java
The text was updated successfully, but these errors were encountered:
### Rationale for this change
Regenerate the Flatbuffers to include new formats. Flatbuffers are always forwards/backwards compatible as long as the code is generated from the same `flatc` compiler version.
### What changes are included in this PR?
* Flatbuffers regenerated with `flatc` v1.12.0
### Are these changes tested?
Yes, via unit tests.
### Are there any user-facing changes?
Yes, RecordBatch.java was modified.
* Closes: #38648
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: David Li <[email protected]>
### Rationale for this change
Regenerate the Flatbuffers to include new formats. Flatbuffers are always forwards/backwards compatible as long as the code is generated from the same `flatc` compiler version.
### What changes are included in this PR?
* Flatbuffers regenerated with `flatc` v1.12.0
### Are these changes tested?
Yes, via unit tests.
### Are there any user-facing changes?
Yes, RecordBatch.java was modified.
* Closes: apache#38648
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: David Li <[email protected]>
### Rationale for this change
Regenerate the Flatbuffers to include new formats. Flatbuffers are always forwards/backwards compatible as long as the code is generated from the same `flatc` compiler version.
### What changes are included in this PR?
* Flatbuffers regenerated with `flatc` v1.12.0
### Are these changes tested?
Yes, via unit tests.
### Are there any user-facing changes?
Yes, RecordBatch.java was modified.
* Closes: apache#38648
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: David Li <[email protected]>
Describe the enhancement requested
Arrow v14 includes the new ListView and Utf8View formats. The RunEndEncoded format was also added prior to these. Let's regenerate the flatbuffers so that we can eventually implement Java support for these formats.
Component(s)
Java
The text was updated successfully, but these errors were encountered: