presto-connector/src/main/java/com/facebook/presto/maxcompute/MaxComputeTableHandle.java [129:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString()
    {
        return toStringHelper(this)
                .add("projectId", projectId)
                .add("schemaName", schemaName)
                .add("tableName", tableName)
                .add("constraint", constraint)
                .add("projectedColumns", projectedColumns)
                .add("limit", limit)
                .toString();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



trino-connector/src/main/java/io/trino/plugin/maxcompute/MaxComputeTableHandle.java [129:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString()
    {
        return toStringHelper(this)
                .add("projectId", projectId)
                .add("schemaName", schemaName)
                .add("tableName", tableName)
                .add("constraint", constraint)
                .add("projectedColumns", projectedColumns)
                .add("limit", limit)
                .toString();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



