gengliangwang commented on code in PR #46980:
URL: https://github.com/apache/spark/pull/46980#discussion_r1643394811
##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -186,17 +195,20 @@ private[spark] object LogKeys {
case object DELEGATE extends LogKey
case object DELTA extends LogKey
case object DEPRECATED_KEY extends LogKey
+ case object DERIVATIVE extends LogKey
case object DESCRIPTION extends LogKey
case object DESIRED_NUM_PARTITIONS extends LogKey
case object DESIRED_TREE_DEPTH extends LogKey
case object DESTINATION_PATH extends LogKey
case object DFS_FILE extends LogKey
case object DIFF_DELTA extends LogKey
+ case object DIRECTORY extends LogKey
Review Comment:
PATH
##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -108,7 +115,9 @@ private[spark] object LogKeys {
case object CANCEL_FUTURE_JOBS extends LogKey
case object CATALOG_NAME extends LogKey
case object CATEGORICAL_FEATURES extends LogKey
+ case object CHECKPOINT_DIR extends LogKey
Review Comment:
PATH
--
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]