Hyukjin Kwon created SPARK-48053: ------------------------------------ Summary: SparkSession.createDataFrame should warn for unsupported options Key: SPARK-48053 URL: https://issues.apache.org/jira/browse/SPARK-48053 Project: Spark Issue Type: Improvement Components: Connect, PySpark Affects Versions: 4.0.0 Reporter: Hyukjin Kwon
{code} spark.createDataFrame([1,2,3], verifySchema=True) {code} and {code} spark.createDataFrame([1,2,3], samplingRatio=0.5) {code} Do not work with Spark Connect. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org