Skip to content

Commit 46b61bf

Browse files
committed
fix
1 parent 38bc3c4 commit 46b61bf

File tree

1 file changed

+1
-1
lines changed
  • crates/integrations/datafusion/src/physical_plan

1 file changed

+1
-1
lines changed

crates/integrations/datafusion/src/physical_plan/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
pub(crate) mod expr_to_predicate;
18+
pub mod expr_to_predicate;
1919
pub(crate) mod scan;

0 commit comments

Comments
 (0)