bulk_writer: setting names(x) <- NULL when there is only one value (list or otherwise) to be updated.
This is because R apply treats rows of single values as a matrix, while it treats rows containing lists as (named) list. This has the nasty result of getting subvalues when using to JSON. i.e. computerCodes.actors = [list, of, ids] becomes computerCodes.actors.ids = [list, of, ids].master
parent
6bb8f9b635
commit
4a713ddc23
Loading…
Reference in new issue