Sparklyr - stream_write_delta - specify partitions

Hi. How can I specify partitions when calling stream_write_delta? With spark_write_delta I can just specify partition_by = c("X", "Y"), but it does not seem to work for stream_write_delta. With SparkR::write.stream I can add partitionBy = c("X", "Y"), but I would really like to do this with sparklyr

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.