使用 Spark SQL 时,我可以使用
LIMIT ALL
df.limit("ALL")
根据文档,您必须将整数传递给 num 参数以实现
df.limit(num)
我不确定你的用例,但我猜你想在调用