1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 16:22:46 +02:00
seaweedfs/weed/mq/schema
dependabot[bot] 5f1d2a9745
chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.1 (#6851)
* chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.1

Bumps [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) from 0.24.0 to 0.25.1.
- [Release notes](https://github.com/parquet-go/parquet-go/releases)
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/parquet-go/parquet-go/compare/v0.24.0...v0.25.1)

---
updated-dependencies:
- dependency-name: github.com/parquet-go/parquet-go
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* adjust to updated API

Fixed Reader Construction: Updated to use parquet.OpenFile() instead of passing io.Reader directly to NewReader()
Fixed EOF Handling: Changed the order of operations to process rows before checking for EOF
Added Zero Row Count Check: Added explicit check for rowCount == 0 as an additional termination condition

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2025-06-23 10:25:51 -07:00
..
schema.go Add message queue agent (#6463) 2025-01-20 22:19:27 -08:00
schema_builder.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
schema_test.go go fmt 2024-05-20 11:03:56 -07:00
struct_to_schema.go rename 2024-05-02 11:14:58 -07:00
struct_to_schema_test.go go fmt 2024-05-20 11:03:56 -07:00
to_parquet_levels.go go fmt 2024-05-20 11:03:56 -07:00
to_parquet_levels_test.go go fmt 2024-05-20 11:03:56 -07:00
to_parquet_schema.go go fmt 2024-05-20 11:03:56 -07:00
to_parquet_value.go go fmt 2024-05-20 11:03:56 -07:00
to_schema_value.go go fmt 2024-05-20 11:03:56 -07:00
value_builder.go rename 2024-05-02 11:14:58 -07:00
write_parquet_test.go chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.1 (#6851) 2025-06-23 10:25:51 -07:00