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
unirec++: skip type check for std::byte fields in UnirecRecord
Avoid calling getExpectedUnirecType for std::byte fields in
checkDataTypeCompatibility(), since byte buffers are handled as
raw data and don't have a defined Unirec type mapping.
0 commit comments