[jira] [Commented] (SPARK-13640) Synchronize ScalaReflection.mirror method.

2016-09-17 Thread Charles Allen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499457#comment-15499457
 ] 

Charles Allen commented on SPARK-13640:
---

I keep having scala 2.10 test failures in tests for this patch.

> Synchronize ScalaReflection.mirror method.
> --
>
> Key: SPARK-13640
> URL: https://issues.apache.org/jira/browse/SPARK-13640
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Takuya Ueshin
>Assignee: Takuya Ueshin
> Fix For: 2.0.0
>
>
> {{ScalaReflection.mirror}} method should be synchronized when scala version 
> is 2.10 because {{universe.runtimeMirror}} is not thread safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-13640) Synchronize ScalaReflection.mirror method.

2016-09-17 Thread Charles Allen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499471#comment-15499471
 ] 

Charles Allen commented on SPARK-13640:
---

These failed on first attempt:
{code}
org.apache.spark.sql.catalyst.ScalaReflectionSuite.SPARK-13640: thread safety 
of constructorFor
org.apache.spark.sql.catalyst.ScalaReflectionSuite.SPARK-13640: thread safety 
of extractorsFor
org.apache.spark.sql.catalyst.ScalaReflectionSuite.SPARK-13640: thread safety 
of schemaFor
{code}


Second attempt:
{code}
org.apache.spark.sql.catalyst.ScalaReflectionSuite.SPARK-13640: thread safety 
of dataTypeFor
org.apache.spark.sql.catalyst.ScalaReflectionSuite.SPARK-13640: thread safety 
of extractorsFor
{code}

> Synchronize ScalaReflection.mirror method.
> --
>
> Key: SPARK-13640
> URL: https://issues.apache.org/jira/browse/SPARK-13640
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Takuya Ueshin
>Assignee: Takuya Ueshin
> Fix For: 2.0.0
>
>
> {{ScalaReflection.mirror}} method should be synchronized when scala version 
> is 2.10 because {{universe.runtimeMirror}} is not thread safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-13640) Synchronize ScalaReflection.mirror method.

2016-03-02 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177301#comment-15177301
 ] 

Apache Spark commented on SPARK-13640:
--

User 'ueshin' has created a pull request for this issue:
https://github.com/apache/spark/pull/11487

> Synchronize ScalaReflection.mirror method.
> --
>
> Key: SPARK-13640
> URL: https://issues.apache.org/jira/browse/SPARK-13640
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Takuya Ueshin
>
> {{ScalaReflection.mirror}} method should be synchronized when scala version 
> is 2.10 because {{universe.runtimeMirror}} is not thread safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-13640) Synchronize ScalaReflection.mirror method.

2016-03-21 Thread Tiago Albineli Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204617#comment-15204617
 ] 

Tiago Albineli Motta commented on SPARK-13640:
--

Will this fix be applyied to 1.6 version?

> Synchronize ScalaReflection.mirror method.
> --
>
> Key: SPARK-13640
> URL: https://issues.apache.org/jira/browse/SPARK-13640
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Takuya Ueshin
>Assignee: Takuya Ueshin
> Fix For: 2.0.0
>
>
> {{ScalaReflection.mirror}} method should be synchronized when scala version 
> is 2.10 because {{universe.runtimeMirror}} is not thread safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org