coderfender commented on code in PR #21030:
URL: https://github.com/apache/datafusion/pull/21030#discussion_r2965786945


##########
datafusion/ffi/src/util.rs:
##########
@@ -17,59 +17,63 @@
 
 use std::sync::Arc;
 
-use abi_stable::std_types::{RResult, RString, RVec};
 use arrow::datatypes::{DataType, Field};
 use arrow::ffi::FFI_ArrowSchema;
 use arrow_schema::FieldRef;
+use stabby::string::String as StabbyString;
+use stabby::vec::Vec as StabbyVec;

Review Comment:
   @timsaucer thank you. I had to resort to clear naming to avoid mistakes with 
the crate upgrade. Now that the code compiles, I will push a commit to make the 
naming shorter 



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

Reply via email to