ongchi commented on PR #9142: URL: https://github.com/apache/arrow-datafusion/pull/9142#issuecomment-1936045794
> It looks like the CI check failure > > https://github.com/apache/arrow-datafusion/actions/runs/7795262489/job/21257910229?pr=9142 > > Can probably be fixed by adding the apprpriate cfg (so it doesn't try to run the examples when the snmalloc crate / option isn't enabled) https://github.com/apache/arrow-datafusion/blob/c9e4b7b7c5c2c2e7b3ea01040a6edeafd151410c/datafusion/core/src/lib.rs#L531-L535 https://github.com/apache/arrow-datafusion/blob/c9e4b7b7c5c2c2e7b3ea01040a6edeafd151410c/docs/source/user-guide/example-usage.md?plain=1#L231-L241 This block has been ignored before, and I think it is safe to be ignored since this block is obvious and not likely to undergo any modifications in the future. Alternatively, maybe someday the example usage page could be reorganized, and we can put this block into `datafusion-examples` instead of `datafusion-core`. -- 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]
