Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
10.49k
stars
3.02k
forks
source link
Implement `toString()` method in `MongoTableHandle` and `RemoteTableName` classes #24072
Closed
ebyhr closed 2 weeks ago
Description
Implement
toString
inMongoTableHandle
andRemoteTableName
to improve EXPLAIN readability.Before:
After:
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.