mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
chore(deps): bump arrow/parquet to 40.0, datafuson to the latest HEAD (#1677)
* fix compile error Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * remove deprecated substrait Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix clippy Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * update deps Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * downgrade opendal to 0.33.1 Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * change finish's impl Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * update test results Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * ignore failing cases Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ mod tests {
|
||||
test_exec(instance).await;
|
||||
}
|
||||
|
||||
#[ignore = "https://github.com/GreptimeTeam/greptimedb/issues/1681"]
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_distributed_exec() {
|
||||
let distributed = tests::create_distributed_instance("test_distributed_exec").await;
|
||||
|
||||
@@ -869,6 +869,7 @@ async fn test_create_table_after_rename_table(instance: Arc<dyn MockInstance>) {
|
||||
check_output_stream(output, expect).await;
|
||||
}
|
||||
|
||||
#[ignore = "https://github.com/GreptimeTeam/greptimedb/issues/1681"]
|
||||
#[apply(both_instances_cases)]
|
||||
async fn test_alter_table(instance: Arc<dyn MockInstance>) {
|
||||
let instance = instance.frontend();
|
||||
|
||||
Reference in New Issue
Block a user