You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing of 0.7.0rc1, I noticed timestamp downcast errors, introduced as part of #848.
I'd like to have a way to programmatically configure timestamp downcast in the python API without relying on environment variables or a yaml configuration file.
Hi @devinrsmith thank you again for raising this suggestion. I'm working on a similar property driven feature in #986 where I'm proposing that we load the pyarrow file IO config property into the table property as you suggest in the bottom proposal
Feature Request / Improvement
During testing of 0.7.0rc1, I noticed timestamp downcast errors, introduced as part of #848.
I'd like to have a way to programmatically configure timestamp downcast in the python API without relying on environment variables or a yaml configuration file.
I would have assumed that something like
or
would have been the proper way to configure it, but it doesn't seem to take in either case.
The text was updated successfully, but these errors were encountered: