From 966c23d0436a1b83157620eed6b445e150b82f5e Mon Sep 17 00:00:00 2001 From: Hao Zhu Date: Wed, 1 Jun 2022 10:30:31 -0700 Subject: [PATCH] reword for FAQ Signed-off-by: Hao Zhu --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f647c8b4f16..86af4d6ca6a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -307,13 +307,13 @@ Yes ### Are the R APIs for Spark supported? -Yes, but we don't actively test them. It is because the RAPIDS Accelerator hooks into Spark not at +Yes, but we don't actively test them, because the RAPIDS Accelerator hooks into Spark not at the various language APIs but at the Catalyst level after all the various APIs have converged into the DataFrame API. ### Are the Java APIs for Spark supported? -Yes, but we don't actively test them. It is because the RAPIDS Accelerator hooks into Spark not at +Yes, but we don't actively test them, because the RAPIDS Accelerator hooks into Spark not at the various language APIs but at the Catalyst level after all the various APIs have converged into the DataFrame API.