[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-08-05 Thread rerngvit
Github user rerngvit closed the pull request at: https://github.com/apache/spark/pull/14309 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-08-03 Thread rerngvit
Github user rerngvit commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r73325142 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -896,6 +896,19 @@ class DataFrameSuite extends QueryTest with SharedSQLC

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-25 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r72180296 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -896,6 +896,19 @@ class DataFrameSuite extends QueryTest with SharedSQL

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r72127680 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -896,6 +896,19 @@ class DataFrameSuite extends QueryTest with SharedS

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-24 Thread rerngvit
Github user rerngvit commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r71986608 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -641,6 +641,10 @@ class DataFrameSuite extends QueryTest with SharedSQLC

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-23 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r71982269 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -641,6 +641,10 @@ class DataFrameSuite extends QueryTest with SharedSQLCo

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-22 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r7196 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -641,6 +641,10 @@ class DataFrameSuite extends QueryTest with Shar

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-22 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r7137 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -641,6 +641,10 @@ class DataFrameSuite extends QueryTest with Shar

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-22 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/14309#discussion_r71888979 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -641,6 +641,10 @@ class DataFrameSuite extends QueryTest with Shar

[GitHub] spark pull request #14309: [SPARK-11977][SQL] Support accessing a column con...

2016-07-21 Thread rerngvit
GitHub user rerngvit opened a pull request: https://github.com/apache/spark/pull/14309 [SPARK-11977][SQL] Support accessing a column contains "." without backticks ## What changes were proposed in this pull request? - Add support for accessing a dataframe column that contains "."