comphead commented on code in PR #7803:
URL: https://github.com/apache/arrow-datafusion/pull/7803#discussion_r1355957614


##########
datafusion/common/src/error.rs:
##########
@@ -493,16 +500,16 @@ macro_rules! make_error {
 }
 
 // Exposes a macro to create `DataFusionError::Plan`
-make_error!(plan_err, Plan);
+make_error!(plan_err, plan_err_raw, Plan);

Review Comment:
   I was not able to invent better naming, appreciate if anyone helps 



-- 
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]

Reply via email to