aprimadi commented on code in PR #6355:
URL: https://github.com/apache/arrow-datafusion/pull/6355#discussion_r1197575158


##########
datafusion/sql/src/statement.rs:
##########
@@ -537,6 +539,13 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
         }))
     }
 
+    fn copy_to_plan(&self, _statement: CopyToStatement) -> Result<LogicalPlan> 
{
+        // TODO: implement as part of 
https://github.com/apache/arrow-datafusion/issues/5654
+        Err(DataFusionError::NotImplemented(
+            "`COPY .. TO ..` statement is yet supported".to_string(),

Review Comment:
   ```suggestion
               "`COPY .. TO ..` statement is not yet supported".to_string(),
   ```
   Perhaps?



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