We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c85227 commit ba46169Copy full SHA for ba46169
vortex-datafusion/src/persistent/adapter.rs
@@ -23,6 +23,8 @@
23
//! DefaultPhysicalExprAdapter
24
//!
25
//! `datafusion/datasource/src/schema_adapter.rs` -> for can_cast_field (which is crate-private)
26
+//!
27
+//! See https://github.com/apache/datafusion/issues/18957
28
29
use std::fmt::Debug;
30
use std::sync::Arc;
0 commit comments