datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

Update arrow-json requirement from 51.0.0 to 52.0.0 #99

Closed dependabot[bot] closed 6 hours ago

dependabot[bot] commented 3 days ago

Updates the requirements on arrow-json to permit the latest version.

Changelog

Sourced from arrow-json's changelog.

52.0.0 (2024-06-03)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Serialize Binary and LargeBinary as HEX with JSON Writer #5783 [arrow]
  • Some optimizations in arrow_buffer::util::bit_util do more harm than good #5771 [arrow]
  • Support skipping comments in CSV files #5758 [arrow]
  • parquet-derive should be included in repository README. #5751
  • proposal: Make AsyncArrowWriter accepts AsyncFileWriter trait instead #5738 [parquet]
  • Nested nullable fields do not get treated as nullable in data_gen #5712 [arrow]
  • Optionally support flexible column lengths #5678 [arrow]
  • Arrow Flight SQL example server: do_handshake should include auth header #5665 [arrow] [arrow-flight]
  • Add support for the "r+" datatype in the C Data interface / RunArray #5631 [arrow]
  • Serialize FixedSizeBinary as HEX with JSON Writer #5620 [arrow]
  • Cleanup UnionArray Constructors #5613 [arrow] [arrow-flight]
  • Zero Copy Support #5593
  • ObjectStore bulk delete #5591
  • Retry on Broken Connection #5589
  • StreamReader is not zero-copy #5584 [arrow]
  • Create ArrowReaderMetadata from externalized metadata #5582 [parquet]
  • Make filter in filter_leaves API propagate error #5574 [arrow]
  • Support List in compare_op #5572
  • Make FixedSizedList Json serializable #5568 [arrow]
  • arrow-ord: Support sortting StructArray #5559 [arrow]
  • Add scientific notation decimal parsing in parse_decimal #5549 [arrow]
  • take kernel support for StringViewArray and BinaryViewArray #5511 [arrow]
  • filter kernel support for StringViewArray and BinaryViewArray #5510 [arrow]
  • Display support for StringViewArray and BinaryViewArray #5509 [arrow]
  • Arrow Flight format support for StringViewArray and BinaryViewArray #5507 [arrow] [arrow-flight]
  • IPC format support for StringViewArray and BinaryViewArray #5506 [parquet] [arrow]

Fixed bugs:

  • List Row Encoding Sorts Incorrectly #5807 [arrow]
  • Schema Root Message Name Ignored by parquet-fromcsv #5804 [parquet]

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 hours ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.