cj-zhukov commented on code in PR #20474: URL: https://github.com/apache/datafusion/pull/20474#discussion_r2844801700
########## datafusion/sqllogictest/test_files/set_variable.slt: ########## @@ -447,3 +447,6 @@ datafusion.runtime.max_temp_directory_size datafusion.runtime.memory_limit datafusion.runtime.metadata_cache_limit datafusion.runtime.temp_directory + +statement ok +set datafusion.catalog.information_schema = false Review Comment: I noticed that other `SET` statements in this file do not use semicolons. Should we standardize on including `;`, or keep the existing style for consistency? -- 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]
