This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch zkaoudi-patch-1 in repository https://gitbox.apache.org/repos/asf/wayang.git
commit 842f922d47ddda8ed0ac6ebb05ae7fd2e4a435a7 Author: Zoi Kaoudi <[email protected]> AuthorDate: Tue Aug 25 14:14:31 2026 +0200 Fix capitalization in section title --- guides/ml-in-Wayang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/ml-in-Wayang.md b/guides/ml-in-Wayang.md index 723b696b2..2c594dc23 100644 --- a/guides/ml-in-Wayang.md +++ b/guides/ml-in-Wayang.md @@ -16,7 +16,7 @@ limitations under the License. --> -# Using Machine-Learning for query optimization in Apache Wayang +# Using Machine Learning for Query Optimization in Apache Wayang Apache Wayang can be customized with concrete implementations of the `EstimatableCost` interface in order to optimize for a desired metric. The implementation can be enabled by providing it
