forked from piccolbo/dplyr.spark.hive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNews.Rmd
33 lines (26 loc) · 1.01 KB
/
News.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output:
html_document:
keep_md: yes
---
```{r, echo=FALSE}
library(knitr)
opts_chunk$set(echo=TRUE, eval=TRUE, tidy=FALSE, comment="", cache=FALSE, error=TRUE)
```
## 0.6.0
- New java extensions capability with `add_jar`, `add_function` and `add_extension`
- Additional params can be passed at src creation, courtesy @MarcinKosinski
- `cross_join` added
- Many small changes and bug fixes
- fix #7
- CSV reader fails early by default rather than skipping bad rows
- Preparations for null values support in CSV, pending spark updates
- make mode argument to CSV reader explicit
- drop NAs in tests until supported in spark
- switch to rzilla org and achive.rzilla.org package archive
- workaround for hadley/dplyr#1651
- more dealing with backend case insensitivity
- fix print info for Hive src
- some intial support for backend types such as maps and structs (not available to user yet, but ask if you need it)
## Previous releases
See https://github.com/piccolbo/dplyr.spark.hive/releases