Stamatis Zampetakis created CALCITE-6916:
--------------------------------------------
Summary: Add Lint check for sub-query terms in commit messages
Key: CALCITE-6916
URL: https://issues.apache.org/jira/browse/CALCITE-6916
Project: Calcite
Issue Type: Task
Reporter: Stamatis Zampetakis
Assignee: Stamatis Zampetakis
In the source code, we use sub-query rather than subquery (standardized in
CALCITE-1519). Variations of these terms appear very frequently in Jira cases
and commit messages.
{noformat}
git log --oneline | grep -i "sub-\?quer\(y\|ies\)" | wc -l
95
{noformat}
The goal of this ticket is to add checks in commit messages to allow only the
following occurrences: sub-query, Sub-query, sub-queries, Sub-queries
This would lead into more uniform history/release notes and would inform
contributors for the internal naming convention.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)