[ https://issues.apache.org/jira/browse/SPARK-20361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971723#comment-15971723 ]
Sean Owen commented on SPARK-20361: ----------------------------------- This is the same as https://issues.apache.org/jira/browse/SPARK-20156 right? > JVM locale affects SQL type names > ---------------------------------- > > Key: SPARK-20361 > URL: https://issues.apache.org/jira/browse/SPARK-20361 > Project: Spark > Issue Type: Bug > Components: PySpark, SQL > Affects Versions: 2.1.0 > Reporter: Maciej Szymkiewicz > > Steps to reproduce: > {code} > from pyspark.sql.types import IntegerType > locale = sc._jvm.java.util.Locale > locale.setDefault(locale.forLanguageTag("tr-TR")) > spark.createDataFrame([1, 2, 3], IntegerType()) > {code} > {code} > Py4JJavaError: An error occurred while calling o24.applySchemaToPythonRDD. > : java.util.NoSuchElementException: key not found: integer > at scala.collection.MapLike$class.default(MapLike.scala:228) > ... > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org