aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-256-9/+40
* [SPARK-16698][SQL] Field names having dots should be allowed for datasources ...hyukjinkwon2016-07-252-1/+16
* [SPARK-16668][TEST] Test parquet reader for row groups containing both dictio...Sameer Agarwal2016-07-251-0/+29
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-2521-78/+78
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-256-127/+116
* [SPARK-16674][SQL] Avoid per-record type dispatch in JDBC when readinghyukjinkwon2016-07-251-116/+129
* [SPARK-16648][SQL] Make ignoreNullsExpr a child expression of First and LastCheng Lian2016-07-253-4/+16
* [SPARK-16699][SQL] Fix performance bug in hash aggregate on long string keysQifan Pu2016-07-241-2/+4
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-2516-65/+65
* [SPARK-16463][SQL] Support `truncate` option in Overwrite mode for JDBC DataF...Dongjoon Hyun2016-07-249-4/+70
* [SPARK-16515][SQL][FOLLOW-UP] Fix test `script` on OS X/Windows...Liwei Lin2016-07-242-9/+19
* [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempViewWenchen Fan2016-07-2328-89/+89
* [SPARK-16622][SQL] Fix NullPointerException when the returned value of the ca...Liang-Chi Hsieh2016-07-232-17/+65
* [SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constantJacek Laskowski2016-07-221-3/+3
* [SPARK-16556][SPARK-16559][SQL] Fix Two Bugs in Bucket Specificationgatorsmile2016-07-224-3/+55
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-225-3/+112
* [SPARK-16334] Maintain single dictionary per row-batch in vectorized parquet ...Sameer Agarwal2016-07-211-8/+13
* [SPARK-16656][SQL] Try to make CreateTableAsSelectSuite more stableYin Huai2016-07-211-10/+15
* [SPARK-16632][SQL] Revert PR #14272: Respect Hive schema when merging parquet...Cheng Lian2016-07-212-57/+0
* [SPARK-16640][SQL] Add codegen for Elt functionLiang-Chi Hsieh2016-07-211-1/+24
* [SPARK-16632][SQL] Use Spark requested schema to guide vectorized Parquet rea...Cheng Lian2016-07-212-1/+28
* [SPARK-16226][SQL] Weaken JDBC isolation level to avoid locking when writing ...Sean Owen2016-07-212-14/+46
* [SPARK-16644][SQL] Aggregate should not propagate constraints containing aggr...Wenchen Fan2016-07-203-4/+25
* [SPARK-16272][CORE] Allow config values to reference conf, env, system props.Marcelo Vanzin2016-07-201-6/+3
* [SPARK-16344][SQL] Decoding Parquet array of struct with a single field named...Cheng Lian2016-07-206-47/+73
* [SPARK-16634][SQL] Workaround JVM bug by moving some code out of ctor.Marcelo Vanzin2016-07-201-4/+11
* [SPARK-16632][SQL] Respect Hive schema when merging parquet schema.Marcelo Vanzin2016-07-202-0/+57
* [SPARK-15705][SQL] Change the default value of spark.sql.hive.convertMetastor...Yin Huai2016-07-191-1/+2
* [SPARK-16602][SQL] `Nvl` function should support numeric-string casesDongjoon Hyun2016-07-193-2/+17
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-194-4/+0
* [SPARK-16615][SQL] Expose sqlContext in SparkSessionReynold Xin2016-07-181-1/+3
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-07-181-2/+2
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18103-153/+820
* [SPARK-16515][SQL] set default record reader and writer for script transforma...Daoyuan Wang2016-07-183-5/+45
* [SPARK-16351][SQL] Avoid per-record type dispatch in JSON when writinghyukjinkwon2016-07-184-67/+163
* [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/JavaReynold Xin2016-07-172-7/+7
* [SPARK-16584][SQL] Move regexp unit tests to RegexpExpressionsSuiteReynold Xin2016-07-162-164/+194
* [SPARK-16582][SQL] Explicitly define isNull = false for non-nullable expressionsSameer Agarwal2016-07-161-0/+3
* [SPARK-16557][SQL] Remove stale doc in sql/README.mdReynold Xin2016-07-141-74/+1
* [SPARK-16528][SQL] Fix NPE problem in HiveClientImplJacek Lewandowski2016-07-141-6/+8
* [SPARK-16529][SQL][TEST] `withTempDatabase` should set `default` database bef...Dongjoon Hyun2016-07-151-1/+7
* [SPARK-16543][SQL] Rename the columns of `SHOW PARTITION/COLUMNS` commandsDongjoon Hyun2016-07-141-4/+2
* [SPARK-16530][SQL][TRIVIAL] Wrong Parser Keyword in ALTER TABLE CHANGE COLUMNgatorsmile2016-07-141-1/+1
* [SPARK-16448] RemoveAliasOnlyProject should not remove alias with metadataWenchen Fan2016-07-142-18/+108
* [SPARK-16503] SparkSession should provide Spark versionLiwei Lin2016-07-131-1/+8
* [SPARK-16482][SQL] Describe Table Command for Tables Requiring Runtime Inferr...gatorsmile2016-07-132-22/+22
* [SPARK-16531][SQL][TEST] Remove timezone setting from DataFrameTimeWindowingS...Burak Yavuz2016-07-131-10/+0
* [SPARK-16343][SQL] Improve the PushDownPredicate rule to pushdown predicates ...蒋星博2016-07-142-19/+33
* [SPARK-16439] Fix number formatting in SQL UIMaciej Brynski2016-07-131-1/+3
* [MINOR] Fix Java style errors and remove unused importsXin Ren2016-07-132-3/+1