aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15056][SQL] Parse Unsupported Sampling Syntax and Issue Better Exceptionsgatorsmile2016-05-033-3/+22
* [SPARK-15095][SQL] drop binary mode in ThriftServerDavies Liu2016-05-033-47/+14
* [SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or2016-05-031-2/+12
* [SPARK-14521] [SQL] StackOverflowError in Kryo when executing TPC-DSyzhou20012016-05-032-42/+129
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-034-5/+5
* [SPARK-14860][TESTS] Create a new Waiter in reset to bypass an issue of Scala...Shixiong Zhu2016-05-031-9/+3
* [SPARK-14716][SQL] Added support for partitioning in FileStreamSinkTathagata Das2016-05-038-52/+603
* [SPARK-14884][SQL][STREAMING][WEBUI] Fix call site for continuous queriesLiwei Lin2016-05-032-4/+15
* [SPARK-15088] [SQL] Remove SparkSqlSerializerReynold Xin2016-05-032-118/+0
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-034-4/+8
* [SPARK-15053][BUILD] Fix Java Lint errors on Hive-Thriftserver moduleDongjoon Hyun2016-05-0329-71/+57
* [SPARK-13749][SQL][FOLLOW-UP] Faster pivot implementation for many distinct v...Andrew Ray2016-05-022-3/+20
* [SPARK-15077][SQL] Use a fair lock to avoid thread starvation in StreamExecutionShixiong Zhu2016-05-021-27/+52
* [SPARK-15062][SQL] fix list type infer serializer issuebomeng2016-05-022-5/+21
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-026-77/+31
* [SPARK-14747][SQL] Add assertStreaming/assertNoneStreaming checks in DataFram...Liwei Lin2016-05-022-5/+210
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-027-39/+195
* [SPARK-12928][SQL] Oracle FLOAT datatype is not properly handled when reading...poolis2016-05-022-0/+15
* [SPARK-15052][SQL] Use builder pattern to create SparkSessionReynold Xin2016-05-021-4/+127
* [SPARK-13745] [SQL] Support columnar in memory representation on Big Endian p...Pete Robbins2016-05-024-22/+110
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-0214-61/+345
* [SPARK-14830][SQL] Add RemoveRepetitionFromGroupExpressions optimizer.Dongjoon Hyun2016-05-022-2/+33
* [SPARK-14579][SQL] Fix the race condition in StreamExecution.processAllAvaila...Shixiong Zhu2016-05-022-5/+14
* [SPARK-13749][SQL] Faster pivot implementation for many distinct values with ...Andrew Ray2016-05-023-33/+296
* [SPARK-14637][SQL] object expressions cleanupWenchen Fan2016-05-021-118/+100
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-011-3/+3
* [SPARK-13425][SQL] Documentation for CSV datasource optionshyukjinkwon2016-05-012-4/+51
* [SPARK-15033][SQL] fix a flaky test in CachedTableSuiteWenchen Fan2016-04-302-7/+14
* [SPARK-14143] Options for parsing NaNs, Infinity and nulls for numeric typesHossein2016-04-306-42/+174
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-3010-22/+236
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-306-55/+8
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-293-3/+107
* [SPARK-13667][SQL] Support for specifying custom date format for date and tim...hyukjinkwon2016-04-298-66/+173
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-299-232/+26
* [SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegenReynold Xin2016-04-292-2/+3
* [SPARK-14917][SQL] Enable some ORC compressions tests for writinghyukjinkwon2016-04-291-29/+33
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-2915-154/+104
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-297-40/+52
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-2913-318/+390
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-296-4/+28
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-296-9/+179
* [SPARK-15013][SQL] Remove hiveConf from HiveSessionStateYin Huai2016-04-292-30/+1
* [SPARK-14981][SQL] Throws exception if DESC is specified for sorting columnsCheng Lian2016-04-293-15/+41
* [SPARK-15004][SQL] Remove zookeeper service discovery code in thrift-serverReynold Xin2016-04-295-506/+6
* [SPARK-15011][SQL][TEST] Ignore org.apache.spark.sql.hive.StatisticsSuite.ana...Yin Huai2016-04-291-1/+1
* [SPARK-14988][PYTHON] SparkSession catalog and conf APIAndrew Or2016-04-292-2/+3
* [SPARK-14987][SQL] inline hive-service (cli) into sql/hive-thriftserverDavies Liu2016-04-29175-4/+69969
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-2920-309/+327
* [SPARK-14996][SQL] Add TPCDS Benchmark Queries for SparkSQLSameer Agarwal2016-04-291-0/+1225
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-2912-111/+132