spark git commit: [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plan

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 8cdb81fa8 -> 262833397 [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plan What changes were proposed in this pull request? LogicalPlan `InsertIntoHiveTable` is useless. Thus, we can remove it from the code base.

spark git commit: [SPARK-15204][SQL] improve nullability inference for Aggregator

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 88134e736 -> 8cdb81fa8 [SPARK-15204][SQL] improve nullability inference for Aggregator ## What changes were proposed in this pull request? TypedAggregateExpression sets nullable based on the schema of the outputEncoder ## How was this

spark git commit: [SPARK-16288][SQL] Implement inline table generating function

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 54b27c179 -> 88134e736 [SPARK-16288][SQL] Implement inline table generating function ## What changes were proposed in this pull request? This PR implements `inline` table generating function. ## How was this patch tested? Pass the

spark git commit: [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functions

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master ea990f969 -> 54b27c179 [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functions ## What changes were proposed in this pull request? This PR adds `map_keys` and `map_values` SQL functions in order to remove Hive

spark git commit: [SPARK-16329][SQL] Star Expansion over Table Containing No Column

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 3000b4b29 -> ea990f969 [SPARK-16329][SQL] Star Expansion over Table Containing No Column What changes were proposed in this pull request? Star expansion over a table containing zero column does not work since 1.6. However, it works