Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Sep 5, 2024
1 parent 03d33ac commit cc11c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ public static void setup() {
api.onDriverStart(mockSparkContext(), mockPluginContext());
}

public static SparkContext mockSparkContext() {
private static SparkContext mockSparkContext() {
// Not yet implemented.
return null;
}

public static PluginContext mockPluginContext() {
private static PluginContext mockPluginContext() {
return new PluginContext() {
@Override
public MetricRegistry metricRegistry() {
Expand Down

This file was deleted.

0 comments on commit cc11c17

Please sign in to comment.