duongcongtoai commented on code in PR #10429: URL: https://github.com/apache/datafusion/pull/10429#discussion_r1606095994
########## datafusion/expr/src/expr_schema.rs: ########## @@ -123,7 +123,8 @@ impl ExprSchemable for Expr { Ok(field.data_type().clone()) } DataType::Struct(_) => { - not_impl_err!("unnest() does not support struct yet") + // TODO: this is not correct, because unnest(struct) wll result into multiple data_type Review Comment: I'm still finding a way to solve this TODO -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org