Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 4d7567a

Browse files
author
Hong
authored
Update Changelog (#227)
1 parent 0431d08 commit 4d7567a

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,49 @@ Generated on 2022-01-12
99
|||
1010
|:---|:---|
1111
|[#550](https://github.com/oap-project/gazelle_plugin/issues/550)|[ORC] Support ORC Format Reading|
12+
|[#188](https://github.com/oap-project/gazelle_plugin/issues/188)|Support Dockerfile|
13+
|[#574](https://github.com/oap-project/gazelle_plugin/issues/574)|implement native LocalLimit/GlobalLimit|
14+
|[#684](https://github.com/oap-project/gazelle_plugin/issues/684)|BufferedOutputStream causes massive futex system calls|
15+
|[#465](https://github.com/oap-project/gazelle_plugin/issues/465)|Provide option to rely on JVM GC to release Arrow buffers in Java|
16+
|[#681](https://github.com/oap-project/gazelle_plugin/issues/681)|Enable gazelle to support two math expressions: ceil & floor|
17+
|[#651](https://github.com/oap-project/gazelle_plugin/issues/651)|Set Hadoop 3.2 as default in pom.xml|
18+
|[#126](https://github.com/oap-project/gazelle_plugin/issues/126)|speed up codegen|
19+
|[#596](https://github.com/oap-project/gazelle_plugin/issues/596)|[ORC] Verify whether ORC file format supported complex data types in gazelle|
20+
|[#581](https://github.com/oap-project/gazelle_plugin/issues/581)|implement regex/trim/split expr|
21+
|[#473](https://github.com/oap-project/gazelle_plugin/issues/473)|Optimize the ArrowColumnarToRow performance|
22+
|[#647](https://github.com/oap-project/gazelle_plugin/issues/647)|Leverage buffered write in shuffle|
23+
|[#674](https://github.com/oap-project/gazelle_plugin/issues/674)|Add translate expression support|
24+
|[#675](https://github.com/oap-project/gazelle_plugin/issues/675)|Add instr expression support|
25+
|[#645](https://github.com/oap-project/gazelle_plugin/issues/645)|Add support to cast data in bool type to bigint type or string type|
26+
|[#463](https://github.com/oap-project/gazelle_plugin/issues/463)|version bump on 1.3|
27+
|[#583](https://github.com/oap-project/gazelle_plugin/issues/583)|implement get_json_object|
28+
|[#640](https://github.com/oap-project/gazelle_plugin/issues/640)|Disable compression for tiny payloads in shuffle|
29+
|[#631](https://github.com/oap-project/gazelle_plugin/issues/631)|Do not write schema in shuffle writting|
30+
|[#609](https://github.com/oap-project/gazelle_plugin/issues/609)|Implement date related expression like to_date, date_sub|
31+
|[#629](https://github.com/oap-project/gazelle_plugin/issues/629)|Improve codegen failure handling|
32+
|[#612](https://github.com/oap-project/gazelle_plugin/issues/612)|Add metric "prepare time" for shuffle writer|
33+
|[#576](https://github.com/oap-project/gazelle_plugin/issues/576)|columnar FROM_UNIXTIME|
34+
|[#589](https://github.com/oap-project/gazelle_plugin/issues/589)|[ORC] Add TPCDS and TPCH UTs for ORC Format Reading|
35+
|[#537](https://github.com/oap-project/gazelle_plugin/issues/537)|Increase partition number adaptively for large SHJ stages|
36+
|[#580](https://github.com/oap-project/gazelle_plugin/issues/580)|document how to create metadata for data source V1 based testing|
37+
|[#555](https://github.com/oap-project/gazelle_plugin/issues/555)|support batch size > 32k|
38+
|[#561](https://github.com/oap-project/gazelle_plugin/issues/561)|document the code generation behavior on driver, suggest to deploy driver on powerful server|
39+
|[#523](https://github.com/oap-project/gazelle_plugin/issues/523)|Support ArrayType in ArrowColumnarToRow operator|
40+
|[#542](https://github.com/oap-project/gazelle_plugin/issues/542)|Add rule to propagate local window for rank + filter pattern|
41+
|[#21](https://github.com/oap-project/gazelle_plugin/issues/21)|JNI: Unexpected behavior when executing codes after calling JNIEnv::ThrowNew|
42+
|[#512](https://github.com/oap-project/gazelle_plugin/issues/512)|Add strategy to force use of SHJ|
43+
|[#518](https://github.com/oap-project/gazelle_plugin/issues/518)|Arrow buffer cleanup: Support both manual release and auto release as a hybrid mode|
44+
|[#525](https://github.com/oap-project/gazelle_plugin/issues/525)|Support AQE in columnWriter|
45+
|[#516](https://github.com/oap-project/gazelle_plugin/issues/516)|Support External Sort in sort kernel|
46+
|[#503](https://github.com/oap-project/gazelle_plugin/issues/503)|能提供下官网性能测试的详细配置吗?|
47+
|[#501](https://github.com/oap-project/gazelle_plugin/issues/501)|Remove ArrowRecordBatchBuilder and its usages|
48+
|[#461](https://github.com/oap-project/gazelle_plugin/issues/461)|Support ArrayType in Gazelle|
49+
|[#479](https://github.com/oap-project/gazelle_plugin/issues/479)|Optimize sort materialization|
50+
|[#449](https://github.com/oap-project/gazelle_plugin/issues/449)|Refactor sort codegen kernel|
51+
|[#667](https://github.com/oap-project/gazelle_plugin/issues/667)|1.3 RC release|
52+
|[#352](https://github.com/oap-project/gazelle_plugin/issues/352)|Map/Array/Struct type support for Parquet reading in Arrow Data Source|
53+
54+
1255

1356
#### Bugs Fixed
1457
|||
@@ -34,7 +77,6 @@ Generated on 2022-01-12
3477
|[#534](https://github.com/oap-project/gazelle_plugin/issues/534)|Columnar SHJ: Error if probing with empty record batch|
3578
|[#529](https://github.com/oap-project/gazelle_plugin/issues/529)|Wrong build side may be chosen for SemiJoin when forcing use of SHJ|
3679
|[#504](https://github.com/oap-project/gazelle_plugin/issues/504)|Fix non-decimal window function unit test failures|
37-
|[#449](https://github.com/oap-project/gazelle_plugin/issues/449)|Refactor sort codegen kernel|
3880
|[#493](https://github.com/oap-project/gazelle_plugin/issues/493)|Three unit tests newly failed on master branch|
3981

4082
#### PRs

0 commit comments

Comments
 (0)