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
At the moment this throws an unequal length arrays error when attempting to pass the dictionary and indices in for a column represented that way.
The functionality is definitely supported by the AtrowStream format. It seems like the issue is that the MakeDictionary function and the MakeChunkedArray function don’t play nicely together. I’m not sure what the preferred solution is. I’m happy to handle preparing the value array manually and passing the indices in with an explicit reference if that’s what’s needed.
If you want to handle it in the library, my guess is you could handle the values and indices in separate passes?
The text was updated successfully, but these errors were encountered:
At the moment this throws an unequal length arrays error when attempting to pass the dictionary and indices in for a column represented that way.
The functionality is definitely supported by the AtrowStream format. It seems like the issue is that the MakeDictionary function and the MakeChunkedArray function don’t play nicely together. I’m not sure what the preferred solution is. I’m happy to handle preparing the value array manually and passing the indices in with an explicit reference if that’s what’s needed.
If you want to handle it in the library, my guess is you could handle the values and indices in separate passes?
The text was updated successfully, but these errors were encountered: