apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.94k stars 980 forks source link

DRILL-8394: ANALYZE TABLE ... COMPUTE STATISTICS fails with a trailing slash #2745

Closed jnturton closed 1 year ago

jnturton commented 1 year ago

DRILL-8394: ANALYZE TABLE ... COMPUTE STATISTICS fails with a trailing slash

Description

  1. Trim trailing slashes before comparing the table path to the table name.
  2. Add a unit test.
  3. Fix the spelling error in the class name org.apache.drill.exec.planner.sql.SchemaUtilites.

Documentation

N/A

Testing

New unit test.