xudong963 commented on code in PR #15744:
URL: https://github.com/apache/datafusion/pull/15744#discussion_r2068747308
##########
datafusion/core/tests/user_defined/user_defined_plan.rs:
##########
@@ -102,362 +96,10 @@ use
datafusion_physical_plan::execution_plan::{Boundedness, EmissionType};
use async_trait::async_trait;
use futures::{Stream, StreamExt};
-/// Execute the specified sql and return the resulting record batches
Review Comment:
Given that we'll move the code about "how to write the user defined plan" to
doc, so I moved the useless tests in the PR
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]