You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 05:09:24 UTC

[GitHub] [arrow-datafusion] liukun4515 commented on issue #2835: Can't test or compile sub-model code after upgrade to arrow-rs 17.0.0

liukun4515 commented on issue #2835:
URL: https://github.com/apache/arrow-datafusion/issues/2835#issuecomment-1174618398

   I try to resolve it by adding the 
   
   ```
   default = ["crypto_expressions", "regex_expressions", "unicode_expressions", "serde_json_alloc"]
   serde_json_alloc = ["serde_json/std"]
   ```
   to the toml file.
   But I am not sure if it is right


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org