bkamins commented on issue #324: URL: https://github.com/apache/arrow-julia/issues/324#issuecomment-1271193134
@quinnj - I would propose to resolve it in Arrow.jl. I.e. add a method `deleteat!` for `::Arrow.Primitive` (or whatever type makes sense) that throws an informative error. The point is that in this way any `filter!` operation (or other operation trying to drop elements) will give a good error message (not only in DataFrames.jl but in any package that uses `Arrow.Table`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
