Results 49 comments of Neal Richardson

I added back a dummy write_arrow when I submitted so that our revdep checks didn't fail, and/or so you wouldn't get an urgent nasty email about fixing it. So from...

Feel free to merge when you're satisfied with this. Thanks for the help!

👋 let me know if you want/need guidance on the `arrow` side of things. We (the Apache Arrow community) are happy to help make this work.

👋 I'm happy to help make things work with Arrow. I'm not familiar with the BQ APIs, but if you can get something that is receiving Arrow data, I can...

From the arrow side, you don't need to drop to C++ to assemble the Table. You can call `Table$create(batch1, batch2, ...)`: https://github.com/apache/arrow/blob/master/r/R/table.R#L213 Can I run https://github.com/meztez/bigrquerystorage/blob/master/demo/bigquery_storage.R or does it require...

Sorry, just noticed your comment edit and found your email in my spam folder. Will take a look

Looking at profvis, a good chunk of the remaining time is spent converting the Arrow Table to an R data.frame. We're doing some work now that I hope will speed...

@zhztheplayer we're getting close to the 9.0 release, would you like to finish this up?

Haven't looked at the PR lately but, as I understand it, `expand_across()` takes a list of quosures and returns a list of quosures. So you should be able to unit-test...

The trouble is: what do you expect to do with this JSON? Round-trip and re-create the Schema from the JSON? That gets tricky with things like nested types, extension types,...