diff --git a/src/common/function/src/scalars/date.rs b/src/common/function/src/scalars/date.rs index 2f901162c5b6..0e16019d527b 100644 --- a/src/common/function/src/scalars/date.rs +++ b/src/common/function/src/scalars/date.rs @@ -11,6 +11,7 @@ // 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. + use std::sync::Arc; mod date_add; mod date_sub;