comphead commented on PR #3047: URL: https://github.com/apache/datafusion-comet/pull/3047#issuecomment-3747772071
I made changes in https://github.com/apache/datafusion-comet/pull/3052 to reflect the proposition, however I can see rust test failed ``` failures: execution::planner::tests::test_nested_types_extract_missing_struct_names_non_overlap execution::planner::tests::test_nested_types_list_of_struct_by_index execution::planner::tests::test_nested_types_map_keys execution::planner::tests::test_unpack_dictionary_primitive execution::planner::tests::test_unpack_dictionary_string ``` I assume the reason is our `map_batch` which reconstructs the batch to comply to user defined schema was never called -- 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]
