You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark made a change in apache/spark@6d41866e631, modifying the parameters to the uncacheTableOrView. We depend on this method and we should make the appropriate change.
The text was updated successfully, but these errors were encountered:
FixesNVIDIA#10710.
This commit accounts for the changes in the signature of `CommandUtils.uncacheTableOrView`
in Apache Spark 4.0. (See [SPARK-47191](apache/spark#45289).)
Signed-off-by: MithunR <mithunr@nvidia.com>
…hange. (#10863)
* Account for `CommandUtils.uncacheTableOrView` signature change.
Fixes#10710.
This commit accounts for the changes in the signature of `CommandUtils.uncacheTableOrView`
in Apache Spark 4.0. (See [SPARK-47191](apache/spark#45289).)
Signed-off-by: MithunR <mithunr@nvidia.com>
* Removed unnecessary base class.
---------
Signed-off-by: MithunR <mithunr@nvidia.com>
…hange. (NVIDIA#10863)
* Account for `CommandUtils.uncacheTableOrView` signature change.
FixesNVIDIA#10710.
This commit accounts for the changes in the signature of `CommandUtils.uncacheTableOrView`
in Apache Spark 4.0. (See [SPARK-47191](apache/spark#45289).)
Signed-off-by: MithunR <mithunr@nvidia.com>
* Removed unnecessary base class.
---------
Signed-off-by: MithunR <mithunr@nvidia.com>
Spark made a change in apache/spark@6d41866e631, modifying the parameters to the
uncacheTableOrView
. We depend on this method and we should make the appropriate change.The text was updated successfully, but these errors were encountered: