JayjeetAtGithub commented on code in PR #7401:
URL: https://github.com/apache/arrow-datafusion/pull/7401#discussion_r1306859938
##########
datafusion/core/src/physical_plan/sorts/stream.rs:
##########
@@ -80,7 +80,7 @@ impl FusedStreams {
#[derive(Debug)]
pub struct RowCursorStream {
/// Converter to convert output of physical expressions
- converter: RowConverter,
Review Comment:
Looks like the RowConverter struct has private fields `fields` and `codecs`,
and `codec::Codec` is also not public. That's why I am unable to access these
from DataFusion.
--
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]