arrow-odbc icon indicating copy to clipboard operation
arrow-odbc copied to clipboard

Error processing datetime value

Open allurefx opened this issue 7 months ago • 7 comments

Hi, I'm running into an error when processing the below datetime value from MSSQL: year = 9999 month = 12 day = 31 hour = 23 minute = 59 second = 59 fraction = 999999900

The error says: "invalid value object" and I traced it down to line 155 of fill_arrow_array(). Other dates worked fine, this extreme value seems to be causing problems. I'd appreciate any help running this down, thanks.

allurefx avatar Jul 18 '24 16:07 allurefx