wangyum commented on issue #20944: [SPARK-23831][SQL] Add org.apache.derby to IsolatedClientLoader URL: https://github.com/apache/spark/pull/20944#issuecomment-480669325 @HyukjinKwon I could reproduce this issue: ```shell build/sbt clean package -Phive -Phive-thriftserver export SPARK_PREPEND_CLASSES=true bin/spark-sql --conf spark.sql.hive.metastore.version=2.3.4 --conf spark.sql.hive.metastore.jars=maven -e "create table t1 as select 1 as c" ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
