Re: Can the R interface to write_parquet accept strings?

2019-09-09 Thread Daniel Feenberg
ibution packages are inconsistent? Note that the default C++ is rather old and it would be problem to update it, since so many other packages depend on it. But we could update Arrow, I suppose. Daniel Feenberg

Re: Can the R interface to write_parquet accept strings?

2019-09-09 Thread Daniel Feenberg
nd header files for Apache Parquet C++. 4) R arrow installation: -- install.packages("arrow") and also install.packages("sparklyr") Thanks for taking an interest. Daniel Feenberg

Can the R interface to write_parquet accept strings?

2019-09-08 Thread Daniel Feenberg
t_file(to_arrow(table), file) : Arrow error: IOError: Metadata contains Thrift LogicalType that is not recognized. after warnings that stats::filter(), stats::lag() and arrow::read_table() are masked, but I assume that isn't the problem. This is with R 3.5.1 and arrow_0.14.1.1 Daniel Feenberg