jayzhan211 commented on issue #15756:
URL: https://github.com/apache/datafusion/issues/15756#issuecomment-2819773012

   > > We need to support delimeter with &[u8] or similar in arrow's csv 
reader. You only take the first u8 so obviously there is error.
   > > ```
   > >     let r = "╦".as_bytes();
   > >     println!("r: {:?}", r);
   > >     let rf = r.first();
   > >     println!("rf: {:?}", rf);
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > ```
   > > r: [226, 149, 166]
   > > rf: Some(226)
   > > ```
   > 
   > can you support this? or I do this work?
   
   I don't plan to support this.


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

Reply via email to