Hi all: The Scala API here: http://spark.apache.org/docs/latest/api/scala/#package I found that it didn't specify the exception of each function or class. Then how could I know if a function throws a exception or not without reading the source code?
Hi all: The Scala API here: http://spark.apache.org/docs/latest/api/scala/#package I found that it didn't specify the exception of each function or class. Then how could I know if a function throws a exception or not without reading the source code?