dongjoon-hyun commented on PR #46047:
URL: https://github.com/apache/spark/pull/46047#issuecomment-2103817471
To @pan3793 , I rethink about this.
> I fill the deprecated message with "Not used anymore", to be consistent
with existing items
>
> ```
> DeprecatedConfig("spark.yarn.am.port", "2.0.0", "Not used anymore"),
> DeprecatedConfig("spark.executor.port", "2.0.0", "Not used anymore"),
> ...
> ```
Since `remoteReadNioBufferConversion` is used in the code, `Not used
anymore` is technically wrong.
Shall we ask the user to report like the following?
https://github.com/apache/spark/blob/1138b2a68b5408e6d079bdbce8026323694628e5/sql/core/src/main/scala/org/apache/spark/sql/execution/analysis/DetectAmbiguousSelfJoin.scala#L101
For example, we can use `Please open a JIRA ticket to report it if you need
to use this configuration.`.
--
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]