ghubkoa opened a new pull request, #3354:
URL: https://github.com/apache/arrow-datafusion/pull/3354

   # Which issue does this PR close?
   Partial fix for #3317
   
    # Rationale for this change
   Replace panic with Result.
   
   # What changes are included in this PR?
   Replace panic with replace in below places
   
   
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":302    
                 .unwrap();
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":310    
                 .unwrap();
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":337    
 let to = to.as_any_mut().downcast_mut::<BinaryBuilder>().unwrap();
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":350    
 let to = to.as_any_mut().downcast_mut::<BinaryBuilder>().unwrap();
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":377    
     _ => unimplemented!(),
   "/home/andy/git/apache/arrow-datafusion/datafusion/row/src/reader.rs":404    
     _ => unimplemented!(),
   
   
   # Are there any user-facing changes?
   Not sure. Few functions are modified to return `Result`. Not sure if they 
are part of public API.
   


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