Nike-Inc / koheesio

Python framework for building efficient data pipelines. It promotes modularity and collaboration, enabling the creation of complex pipelines from simple, reusable components.
https://engineering.nike.com/koheesio/
Apache License 2.0
602 stars 29 forks source link

[BUG] HyperFileDataFrameWriter: AttributeError: 'StructField' object has no attribute '_get_object_id' #78

Closed maxim-mityutko closed 1 month ago

maxim-mityutko commented 1 month ago

Describe the bug

Error is thrown if dataframe contains decimals while using HyperFileDataFrameWriter:

 Error: AttributeError: 'StructField' object has no attribute '_get_object_id'

Steps to Reproduce

Expected behavior

Screenshots

Environment

Additional context

Applicable Stack Trace