fallintoplace opened a new pull request, #1039:
URL: https://github.com/apache/arrow-go/pull/1039

   ## What changed
   
   Convert FlightSQL `Date32` array values to `time.Time`, matching the 
existing `Date64` behavior.
   
   ## Why
   
   `Date32` previously fell through to `ErrNotSupported`, preventing valid 
Date32 columns from being consumed through the database/sql driver.
   
   Tests cover both a concrete Date32 value and a null value.
   
   ## Validation
   
   `go test ./arrow/flight/flightsql/driver`
   


-- 
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]

Reply via email to