LFC
|
2f637a262e
|
chore: update datafusion to 50 (#7076)
* chore: update datafusion to 50
Signed-off-by: luofucong <luofc@foxmail.com>
* fix ci
Signed-off-by: luofucong <luofc@foxmail.com>
* fix: update datafusion_pg_catalog import
* chore: fix toml format
* chore: fix toml format again
* fix nextest
Signed-off-by: luofucong <luofc@foxmail.com>
* fix sqlness
Signed-off-by: luofucong <luofc@foxmail.com>
* chore: switch datafusion-orc to upstream tag
* fix sqlness
Signed-off-by: luofucong <luofc@foxmail.com>
* resolve PR comments
Signed-off-by: luofucong <luofc@foxmail.com>
---------
Signed-off-by: luofucong <luofc@foxmail.com>
Co-authored-by: Ning Sun <sunning@greptime.com>
|
2025-10-23 07:18:36 +00:00 |
|
LFC
|
cbe0cf4a74
|
refactor: rewrite some UDFs to DataFusion style (part 2) (#6967)
* refactor: rewrite some UDFs to DataFusion style (part 2)
Signed-off-by: luofucong <luofc@foxmail.com>
* deal with vector UDFs `(scalar, scalar)` situation, and try getting the scalar value reference everytime
Signed-off-by: luofucong <luofc@foxmail.com>
* reduce some vector literal parsing
Signed-off-by: luofucong <luofc@foxmail.com>
* fix ci
Signed-off-by: luofucong <luofc@foxmail.com>
---------
Signed-off-by: luofucong <luofc@foxmail.com>
|
2025-09-18 06:37:27 +00:00 |
|
dennis zhuang
|
1234911ed3
|
refactor: query config options (#6781)
* feat: refactor columnar and vector conversion
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
* feat: initialize config options from query context
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
* fix: failure tests
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
* chore: revert ColumnarValue::try_from_vector
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
---------
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
|
2025-09-01 07:00:26 +00:00 |
|
codephage
|
f87b12b2aa
|
feat: remove own pow fn (#6404)
feat remove own pow fn
Signed-off-by: codephage. <381510760@qq.com>
|
2025-06-26 09:27:30 +00:00 |
|
Ruihang Xia
|
cd9b6990bf
|
feat: implement clamp_min and clamp_max (#6116)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2025-05-19 21:32:03 +00:00 |
|
LFC
|
314f2704d4
|
build(deps): update datafusion to latest and arrow to 51.0 (#3661)
* chore: update datafusion
* update sqlness case of time.sql
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: adjust range query partition
* fix: hisogram incorrect result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: ignore filter pushdown temporarily
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: update limit sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: histogram with wrong distribution
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: update negative ordinal sqlness case
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* feat: bump df to cd7a00b
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* resolve conflicts
* ignore test_range_filter
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix promql exec panic
* fix "select count(*)" exec error
* re-enable the "test_range_filter" test since the filter push down seems not necessary to be removed
* fix: range query schema error
* update sqlness results
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* resolve conflicts
* update datafusion, again
* fix pyo3 compile error, and update some sqlness results
* update decimal sqlness cases
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: promql literal
* fix udaf tests
* fix filter pushdown sqlness tests
* fix?: test_cast
* fix: rspy test fail due to datafusion `sin` signature change
* rebase main to see if there are any failed tests
* debug ci
* debug ci
* debug ci
* enforce input partition
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* debug ci
* fix ci
* fix ci
* debug ci
* debug ci
* debug ci
* fix sqlness
* feat: do not return error while creating a filter
* chore: remove array from error
* chore: replace todo with unimplemented
* Update src/flow/clippy.toml
Co-authored-by: Yingwen <realevenyag@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: WUJingdi <taylor-lagrange@qq.com>
Co-authored-by: discord9 <discord9@163.com>
Co-authored-by: evenyag <realevenyag@gmail.com>
Co-authored-by: tison <wander4096@gmail.com>
|
2024-04-18 12:07:18 +00:00 |
|
Ruihang Xia
|
d8939eb891
|
feat: clamp function (#3465)
* basic impl
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add unit tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* a little type exercise
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add sqlness case
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2024-03-11 03:26:10 +00:00 |
|
Eugene Tolbakov
|
ca4d690424
|
feat: add modulo function (#3147)
* feat: add modulo function
* fix: address CR feedback
|
2024-01-13 00:24:25 +00:00 |
|