trinodb/trino

Prefer using 'not allowed' in error messages instead of 'not supported'

Open

#7,369 opened on Mar 20, 2021

View on GitHub
 (14 comments) (2 reactions) (1 assignee)Java (2,678 forks)batch import
good first issueuser experience

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

Description

"Not supported" may mean that something is not yet implemented and not yet supported. While using "not allowed" suggest that this is not allowed by the design.

Contributor guide