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
raiseValueError(f"{encoding_name!r} is already used by default.")
will raise anytime any column is custom encoded with a dictionary method. This makes it impossible to mix a dictionary encoded column with something like DELTA_BINARY_PACKED. I understand this is to prevent duplication of use_dictionary. Would it be okay to move this ValueError to the calling function instead? Does anything at the C++ level prevent this?
Describe the bug, including details regarding any error messages, version, and platform.
The ValueError at
arrow/python/pyarrow/_parquet.pyx
Lines 1360 to 1367 in aaeff72
DELTA_BINARY_PACKED
. I understand this is to prevent duplication ofuse_dictionary
. Would it be okay to move this ValueError to the calling function instead? Does anything at the C++ level prevent this?arrow/python/pyarrow/_parquet.pyx
Lines 1971 to 1972 in aaeff72
Component(s)
Parquet, Python
The text was updated successfully, but these errors were encountered: