michaelsembwever commented on code in PR #2154: URL: https://github.com/apache/cassandra/pull/2154#discussion_r1103166326
########## test/conf/cassandra-murmur.yaml: ########## @@ -39,6 +39,6 @@ compaction_throughput: 0MiB/s row_cache_class_name: org.apache.cassandra.cache.OHCProvider row_cache_size: 16MiB user_defined_functions_enabled: true -scripted_user_defined_functions_enabled: true +scripted_user_defined_functions_enabled: false Review Comment: should we just delete all these `scripted_user_defined_functions_enabled: false` lines from test cassandra*.yaml files? (since the deprecated default is `false` ) -- 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]

