alamb commented on code in PR #14227: URL: https://github.com/apache/datafusion/pull/14227#discussion_r1937639174
########## datafusion/proto-common/proto/datafusion_common.proto: ########## @@ -108,8 +108,7 @@ message Field { // for complex data types like structs, unions repeated Field children = 4; map<string, string> metadata = 5; - int64 dict_id = 6; - bool dict_ordered = 7; + bool dict_ordered = 6; Review Comment: Awesome -- thanks. Let's get this PR ready to go and then we can work on remvoing that as a follow on -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org