We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbecc7 commit b97b49bCopy full SHA for b97b49b
examples/src/main/java/org/apache/spark/examples/ml/JavaTokenizerExample.java
@@ -39,7 +39,7 @@
39
// col("...") is preferable to df.col("...")
40
import static org.apache.spark.sql.functions.callUDF;
41
import static org.apache.spark.sql.functions.col;
42
-// $example off
+// $example off$
43
44
public class JavaTokenizerExample {
45
public static void main(String[] args) {
0 commit comments