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
LightPipeline annotate method is currently returning an R list of spark_jobj objects. Somehow we should be able to convert these into lists themselves.
This is holding up completion of the ner_dl.Rmd example.
The text was updated successfully, but these errors were encountered:
A couple ways I can think of are 1) call mkString() with a separator and reconstruct a vector from it and 2) call .toArray in compiled code. The "better" way is probably adding the appropriate serde in the invoke() mechanism, and we can spend some time thinking about how that would work. In the mean time though I think you can pick one of the hacks and we can always refactor later.
LightPipeline annotate method is currently returning an R list of spark_jobj objects. Somehow we should be able to convert these into lists themselves.
This is holding up completion of the ner_dl.Rmd example.
The text was updated successfully, but these errors were encountered: