Skip to content

Commit

Permalink
prepare 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baoqi committed May 13, 2021
1 parent b1e3561 commit 143bd3f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# CHANGELOG


## 0.10.1 (release at 2021-05-13)

0.10.x works with duckdb 0.2.6

changes:

- fix Java Plugin issue: check error when the input count is variable
- fix some class loader issue for Java Plugins
- also print column's type info in "stdout" stage type
- upgrade commons-compress library to newer version to solve class conflict in Java Plugin when using Apache POI
- add new stage type "spark\_shell", to integrate Spark SQL into workflow (Only local mode spark is supported currently)


## 0.10.0 (release at 2021-05-09)

0.10.x works with duckdb 0.2.6


## 0.9.0 (release at 2021-03-29)

0.9.x works with duckdb 0.2.5


## 0.8.1 (release at 2021-02-24)

0.8.1 works with duckdb 0.2.4

- add experimental support for StringTemplate4 (st), to easy creation of string parameter values
- "file" task support a new param "content", to write string content directly into file
- "python" task & "python\_plugin" task will open duckdb in readonly mode to avoid duckdb open db error. <https://github.com/cwida/duckdb/issues/1365>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<https://github.com/GuandataOSS/universe-lite/releases>

其中 0.10.0如果需要使用 python任务或者python插件任务需要python中安装对应的 duckdb 0.2.6 版本
其中 0.10.x如果需要使用 python任务或者python插件任务需要python中安装对应的 duckdb 0.2.6 版本

文件

- universe-lite-0.10.0.jar: works on Linux, Windows & Mac, depends on JDK 8 or above
- universe-lite-0.10.0: native image on 64bit linux, don't depend on JDK
- universe-lite-0.10.1.jar: works on Linux, Windows & Mac, depends on JDK 8 or above
- universe-lite-0.10.1: native image on 64bit linux, don't depend on JDK


# 项目背景
Expand Down

0 comments on commit 143bd3f

Please sign in to comment.