Skip to content

Commit

Permalink
fix: run sqllogictest with complete (#14254)
Browse files Browse the repository at this point in the history
* fix: run sqllogictest with complete

* fix: custom runner to edit temp_file_name

* revert swllogictest.rs

* fix: formatting+version
  • Loading branch information
logan-keede authored Jan 27, 2025
1 parent 09a0844 commit c1ca005
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object_store = { workspace = true }
postgres-protocol = { version = "0.6.7", optional = true }
postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"], optional = true }
rust_decimal = { version = "1.36.0", features = ["tokio-pg"] }
sqllogictest = "0.26.0"
sqllogictest = "0.26.4"
sqlparser = { workspace = true }
tempfile = { workspace = true }
testcontainers = { version = "0.23", features = ["default"], optional = true }
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
statement ok
set datafusion.optimizer.repartition_joins = false;

include ./join.slt
include ./join.slt.part

statement ok
CREATE EXTERNAL TABLE annotated_data (
Expand Down
18 changes: 18 additions & 0 deletions datafusion/sqllogictest/test_files/join_only.slt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at

# http://www.apache.org/licenses/LICENSE-2.0

# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

include ./join.slt.part

0 comments on commit c1ca005

Please sign in to comment.