Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hequn8128 committed Mar 26, 2020
1 parent 7a7a44b commit cd7f5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class PythonConfig implements Serializable {
private final String pythonExec;

/**
* Whether metric is enabled for Python UDFs.
* Whether metric is enabled.
*/
private final boolean metricEnabled;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testArrowBatchSize() {
}

@Test
public void testPthonMetricEnabled() {
public void testPythonMetricEnabled() {
final Configuration configuration = new Configuration();
final boolean isMetricEnabled = configuration.getBoolean(PythonOptions.PYTHON_METRIC_ENABLED);
assertThat(isMetricEnabled, is(equalTo(PythonOptions.PYTHON_METRIC_ENABLED.defaultValue())));
Expand Down

0 comments on commit cd7f5ca

Please sign in to comment.