mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-05 06:40:38 +00:00
feat: bump datafusion to 53 (#8107)
* feat: bump datafusion to 53 Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * use updated datafusion-orc Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * maintain topk in part sort Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * docs: clarify part_sort range detection and Null threshold semantics * fix limit 0 Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -605,7 +605,7 @@ mod tests {
|
||||
.unwrap();
|
||||
|
||||
let write_props = WriterProperties::builder()
|
||||
.set_max_row_group_size(10)
|
||||
.set_max_row_group_row_count(Some(10))
|
||||
.build();
|
||||
let mut writer = ArrowWriter::try_new(file, schema.clone(), Some(write_props)).unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user