andygrove commented on code in PR #22626:
URL: https://github.com/apache/datafusion/pull/22626#discussion_r3329462312


##########
.github/workflows/rust.yml:
##########
@@ -471,7 +471,7 @@ jobs:
           export RUST_MIN_STACK=20971520
           export TPCH_DATA=`realpath 
datafusion/sqllogictest/test_files/tpch/data`
           cargo test plan_q --package datafusion-benchmarks --profile ci 
--features=ci -- --test-threads=1
-          INCLUDE_TPCH=true cargo test --features 
backtrace,parquet_encryption,substrait --profile ci --package 
datafusion-sqllogictest --test sqllogictests
+          INCLUDE_TPCH=true cargo test --features 
backtrace,parquet_encryption,substrait,memory-accounting --profile ci --package 
datafusion-sqllogictest --test sqllogictests -- --total-memory-mb 16384 
--datafusion-memory-fraction 0.6

Review Comment:
   Do we need to update any docs for this change, maybe in the contributor 
guide or the slt README?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to