HyukjinKwon commented on code in PR #43855:
URL: https://github.com/apache/spark/pull/43855#discussion_r1396517875
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java:
##########
@@ -58,7 +58,7 @@ public interface SupportsMetadataColumns extends Table {
* Determines how this data source handles name conflicts between metadata
and data columns.
* <p>
* If true, spark will automatically rename the metadata column to resolve
the conflict. End users
- * can reliably select metadata columns (renamed or not) with {@link
Dataset.metadataColumn}, and
+ * can reliably select metadata columns (renamed or not) with
`Dataset.metadataColumn`, and
Review Comment:
It fails as below:
```
[error]
/.../spark/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java:61:1:
error: reference not found
[error] * can reliably select metadata columns (renamed or not) with
{@link Dataset.metadataColumn}, and
[error]
^
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]