[jira] [Assigned] (SPARK-9448) GenerateUnsafeProjection should not share expressions across instances

2015-07-29 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-9448:
---

Assignee: Reynold Xin  (was: Apache Spark)

> GenerateUnsafeProjection should not share expressions across instances
> --
>
> Key: SPARK-9448
> URL: https://issues.apache.org/jira/browse/SPARK-9448
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Reynold Xin
>Assignee: Reynold Xin
>Priority: Blocker
>
> We accidentally moved the list of expressions from the generated code 
> instance to the class wrapper, and as a result, different threads are sharing 
> the same set of expressions, which cause problems when the expressions have 
> mutable state.



--
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] [Assigned] (SPARK-9448) GenerateUnsafeProjection should not share expressions across instances

2015-07-29 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-9448:
---

Assignee: Apache Spark  (was: Reynold Xin)

> GenerateUnsafeProjection should not share expressions across instances
> --
>
> Key: SPARK-9448
> URL: https://issues.apache.org/jira/browse/SPARK-9448
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: Reynold Xin
>Assignee: Apache Spark
>Priority: Blocker
>
> We accidentally moved the list of expressions from the generated code 
> instance to the class wrapper, and as a result, different threads are sharing 
> the same set of expressions, which cause problems when the expressions have 
> mutable state.



--
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