The SQL grammar accepts `SELECT DISTINCT`, but the query visitor does not handle the `DISTINCT` token and no de-duplication is added to the query plan.
The SQL grammar accepts
SELECT DISTINCT, but the query visitor does not handle theDISTINCTtoken and no de-duplication is added to the query plan.