Chaoqin Li created SPARK-47155: ---------------------------------- Summary: Fix incorrect error class in create_data_source.py Key: SPARK-47155 URL: https://issues.apache.org/jira/browse/SPARK-47155 Project: Spark Issue Type: Improvement Components: PySpark Affects Versions: 4.0.0 Reporter: Chaoqin Li
This is part of the effort of SPARK-44076 that enable python user to develop data source in python and make python accessible to wider python community. Error class "PYTHON_DATA_SOURCE_CREATE_ERROR" and "PYTHON_DATA_SOURCE_METHOD_NOT_IMPLEMENTED" used in create_data_source.py doesn't exist and will throw error class not found error which make error message confusing to customer. Need to add the corresponding error class to error-class.py or use existing error class. -- 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