nssalian opened a new pull request, #1504:
URL: https://github.com/apache/iceberg-go/pull/1504

   ## Rationale for the change
     
   Bump `github.com/apache/arrow-go/v18` to 
[`v18.7.0`](https://github.com/apache/arrow-go/releases/tag/v18.7.0).
   
   ## Changes
     
     - `go.mod` / `go.sum`: `arrow-go` -> `v18.7.0` (+ transitive bumps from 
`go mod tidy`).
     - `table/arrow_utils_test.go`: one test field `TimeZone: "Z"` -> 
`"+00:00"` (v18.7.0 rejects the non-spec `"Z"` zone).
     - `table/internal/parquet_files_test.go`: `AppendRowGroup` -> 
`AppendRowGroupChecked` (deprecated in v18.7.0).
   
   ## Testing
   
     - Locally ran `go build ./...`, `go test ./...`, `go vet ./...`, 
`golangci-lint run`.
     - Locally ran Integration (Spark 3.5 / 4.0).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to