xudong963 commented on code in PR #4492: URL: https://github.com/apache/arrow-datafusion/pull/4492#discussion_r1038979831
########## datafusion/core/tests/sqllogictests/test_files/information_schema.slt: ########## @@ -15,6 +15,12 @@ # specific language governing permissions and limitations # under the License. +# target_partitions defaults to num_cores, so set +# to a known value that is unlikely to be +# the real number of cores on a system +statement ok +SET datafusion.execution.target_partitions=7 Review Comment: clever 👍 -- 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]
