Fix generate_nested_dictionary_case
integration test failure for Rust cases
#1635
Labels
generate_nested_dictionary_case
integration test failure for Rust cases
#1635
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Part of #1404. This is for
generate_nested_dictionary_case
, Rust producing, Rust consuming case.Currently running
archery --debug integration --run-flight --with-cpp=false --with-rust=true
, you will get some errors:Note: for other cases like C++ producing, Rust consuming case by enabling it with
--with-cpp=true
, I've not figured out how to fix it yet. The IPC format seems inconsistent. I will open another issue to deal with it.Describe the solution you'd like
Running
archery --debug integration --run-flight --with-cpp=false --with-rust=true
should pass with 0 failure.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: