jayzhan211 commented on PR #9343: URL: https://github.com/apache/arrow-datafusion/pull/9343#issuecomment-1970569970
> > > hi @jayzhan211 , if `make_array` is conditionally export, how can I deal this function: https://github.com/apache/arrow-datafusion/blob/main/datafusion/sql/src/expr/value.rs#L133, thank you > > > > > > I think it depends on whether we should place `make_array` into additional array category or core function category. if we consider `make_array` to be supported only if `cfg array_expression` is set, than we also support array literal if the flag is set, otherwise we support it by default. > > yes, I think `make_array` should be a core function https://github.com/apache/arrow-datafusion/issues/9100#issuecomment-1941385424 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
