Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
8206619
Folder: scripts, third_party, website, .github
zhejiangxiaomai May 8, 2023
9b0fd0a
Folder: common, connectors
zhejiangxiaomai May 8, 2023
09533ac
Folder: core, duckdb
zhejiangxiaomai May 8, 2023
f9ed9a3
Folder: dwio
zhejiangxiaomai May 8, 2023
f567ffd
Folder: exec
zhejiangxiaomai May 8, 2023
9a66846
Folder: expression
zhejiangxiaomai May 8, 2023
d4b81ae
Folder: functions
zhejiangxiaomai May 8, 2023
197d44a
Folder: row
zhejiangxiaomai May 8, 2023
8f8906f
Folder: substrait
zhejiangxiaomai May 9, 2023
9ae2cdb
Folder: type
zhejiangxiaomai May 9, 2023
06754fd
Folder: vector
zhejiangxiaomai May 9, 2023
b03f9ec
Add back not node (#228)
rui-mo May 10, 2023
fce80c4
enable all tests (#247)
rui-mo May 10, 2023
70b9cfb
comments unstable customPlanNodeWithExchangeClient (#248)
zhejiangxiaomai May 10, 2023
0b50cfd
Update build dependencies (#185)
ccat3z May 11, 2023
217a93b
fix code style. (#252)
Yohahaha May 12, 2023
c22fa76
Add mapping for bit_or and bit_and (#251)
Yohahaha May 15, 2023
b055ddd
Avoid include Abi.h twice (#253)
zhejiangxiaomai May 15, 2023
6a43f9a
add decimal column reader support (#254)
zuochunwei May 15, 2023
61ec655
Support timestamp reader (#205)
rui-mo May 16, 2023
e26f9ef
Fix the intermediate type of First/Last, and support decimal (#245)
Yohahaha May 16, 2023
b711c8e
Removed duplicated memory copy in "upcastScalarValues" (#256)
yimin-yang May 16, 2023
ff91ff0
Added RleEncoderV2 (#240)
yimin-yang May 17, 2023
bde7b6a
[GLUTEN-1434] Serialize and deserialize RowVector (#250)
jinchengchenghh May 17, 2023
812dbd5
Expand timestamps in page reader (#260)
rui-mo May 17, 2023
12be4e3
[GLUTEN-1638] Add Hdfs support in parquet write (#255)
JkSelf May 19, 2023
a159948
Fix the array out of bounds while getting offsets (#257)
jackylee-ch May 22, 2023
9817ce5
whitelist approx_distinct (#270)
zhli1142015 May 22, 2023
3f33535
Support hash for timestamp type (#269)
liujiayi771 May 23, 2023
8f969eb
Add long decimal type support for ORC (#271)
yimin-yang May 23, 2023
c8a6d55
Add processedStrides and processedSplits metrics (#264)
rui-mo May 24, 2023
2f954b1
Refine make decimal to align with spark sql (#272)
JkSelf May 24, 2023
5b1806e
Add hash seed parameter to sparksql hash functions (#275)
marin-ma May 24, 2023
62570a9
Fix type check in MapFunction (#273)
rui-mo May 24, 2023
57ec320
Support spark asinh, acosh, atanh, sec, csc math functions (#274)
Yohahaha May 24, 2023
3e2b6f5
Create folder if not exits on HDFS write
JkSelf May 24, 2023
98d0451
Implement Spark's version of log2, log10 (#266)
zhztheplayer May 25, 2023
82ddf50
Implement Spark's version of atan2 (#263)
zhztheplayer May 25, 2023
0de5f0f
Fix replace SparkSQL function (#277)
izchen May 25, 2023
70898af
Align the implementation for ascii function with spark sql (#268)
PHILO-HE May 25, 2023
23c0569
Fix chr SparkSQL function (#278)
izchen May 25, 2023
97d2829
Fix semantic issues in cast function (#280)
PHILO-HE May 26, 2023
40fcf8f
Fix casting from string to decimal (#281)
rui-mo May 26, 2023
f258c6f
Fix casting from decimal to bool (#283)
rui-mo May 30, 2023
a808b04
remove log (#286)
Yohahaha May 31, 2023
d3da837
Support kPreceeding & kFollowing for window range frame type (#287)
PHILO-HE May 31, 2023
dba81cb
Fix the bug of orc reader test (#288)
zuochunwei May 31, 2023
551e1cd
Enable date type for kPreceeding & kFollowing window range bound (#291)
PHILO-HE Jun 1, 2023
f3d5e0f
Add spark comparison functions (#276)
yma11 Jun 2, 2023
b4f9103
remove unused DoubleValues (#292)
zhejiangxiaomai Jun 5, 2023
ff03bd6
Fix use pre-build arrow (#289)
Yohahaha Jun 6, 2023
5f450bd
Fallback timestamp sort (#295)
rui-mo Jun 6, 2023
2d0dd93
Use correct name in struct type (#297)
rui-mo Jun 8, 2023
e01c54f
[DWIO] refactor the reader of dwrf/orc (#261)
zuochunwei Jun 8, 2023
e3ec2b9
Fallback murmur3hash on complex types (#299)
rui-mo Jun 8, 2023
cd897b1
Optimize the search for bound index in window range frame (#300)
PHILO-HE Jun 9, 2023
7e73041
update dnf cache on centos (#302)
zhouyuan Jun 9, 2023
e595f78
fix make space failed when space is available
jackylee-ch Jun 9, 2023
0a72af2
refresh code
jackylee-ch Jun 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
209 changes: 0 additions & 209 deletions .github/workflows/benchmark.yml

This file was deleted.

185 changes: 0 additions & 185 deletions .github/workflows/build_pyvelox.yml

This file was deleted.

Loading