trinodb/trino

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

Open

#7,369 opened on Mar 20, 2021

 (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
 (PR metrics pending)

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