vadimpiven opened a new pull request, #15124: URL: https://github.com/apache/datafusion/pull/15124
## Which issue does this PR close? - Closes #15122 ## Rationale for this change PR https://github.com/apache/datafusion/pull/14597 have removed the line https://github.com/apache/datafusion/blob/3f900ac5e188ecc3b5098ab5a1c499631cb51247/datafusion/core/Cargo.toml#L77 which broke `serde` feature. Reverting this change. ## What changes are included in this PR? `serde` feature update ## Are these changes tested? No, but this code was present in datafusion 45 and it worked. Also it must have the same effect as adding ``` [dependencies] arrow-schema = { version = "*", features = ["serde"] } ``` which I tested to work. ## Are there any user-facing changes? No user-facing changes. -- 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