aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12213][SQL] use multiple partitions for single distinct queryDavies Liu2015-12-131-75/+67
* [SPARK-12228][SQL] Try to run execution hive's derby in memory.Yin Huai2015-12-103-4/+8
* [SPARK-12250][SQL] Allow users to define a UDAF without providing details of ...Yin Huai2015-12-101-0/+64
* [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualiz...Cheng Lian2015-12-091-1/+6
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-26/+60
* [SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speeding up Tes...Josh Rosen2015-12-023-14/+62
* [SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet...Yin Huai2015-11-291-1/+1
* [SPARK-11778][SQL] add regression testHuaxin Gao2015-11-262-10/+32
* [SPARK-11998][SQL][TEST-HADOOP2.0] When downloading Hadoop artifacts from mav...Yin Huai2015-11-263-17/+72
* [SPARK-11947][SQL] Mark deprecated methods with "This will be removed in Spar...Reynold Xin2015-11-241-1/+5
* [SPARK-11783][SQL] Fixes execution Hive client when using remote Hive metastoreCheng Lian2015-11-241-0/+15
* [SPARK-9866][SQL] Speed up VersionsSuite by using persistent Ivy cacheJosh Rosen2015-11-231-4/+6
* [SPARK-11628][SQL] support column datatype of char(x) to recognize HiveCharXiu Guo2015-11-233-4/+27
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-205-15/+24
* [SPARK-11877] Prevent agg. fallback conf. from leaking across test suitesJosh Rosen2015-11-201-23/+21
* [SPARK-11858][SQL] Move sql.columnar into sql.execution.Reynold Xin2015-11-191-1/+1
* [SPARK-11778][SQL] parse table name before it is passed to lookupRelationHuaxin Gao2015-11-191-0/+10
* [SPARK-11614][SQL] serde parameters should be set only when all params are readynavis.ryu2015-11-181-1/+2
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-171-0/+3
* [SPARK-11191][SQL][FOLLOW-UP] Cleans up unnecessary anonymous HiveFunctionReg...Cheng Lian2015-11-172-11/+6
* [SPARK-11522][SQL] input_file_name() returns "" for external tablesxin Wu2015-11-161-2/+91
* [SPARK-10181][SQL] Do kerberos login for credentials during hive client initi...Yu Gao2015-11-151-1/+23
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-151-0/+52
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-152-3/+3
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-133-2/+3
* [SPARK-11191][SQL] Looks up temporary function using execution Hive clientCheng Lian2015-11-122-5/+11
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-122-3/+5
* [SPARK-11661][SQL] Still pushdown filters returned by unhandledFilters.Yin Huai2015-11-121-4/+4
* [SPARK-11675][SQL] Remove shuffle hash joins.Reynold Xin2015-11-111-1/+1
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-111-4/+13
* [SPARK-11644][SQL] Remove the option to turn off unsafe and codegen.Reynold Xin2015-11-113-85/+34
* [SPARK-11500][SQL] Not deterministic order of columns when using merging sche...hyukjinkwon2015-11-111-1/+20
* [MINOR] Fix typo in AggregationQuerySuite.scalaForest Fang2015-11-101-2/+2
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up (3)Herman van Hovell2015-11-101-4/+37
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-103-0/+48
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-103-118/+79
* [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParserDavies Liu2015-11-092-9/+34
* [SPARK-11595] [SQL] Fixes ADD JAR when the input path contains URL schemeCheng Lian2015-11-093-11/+17
* [SPARK-9301][SQL] Add collect_set and collect_list aggregate functionsNick Buroojy2015-11-091-2/+13
* [SPARK-11453][SQL] append data to partitioned table will messes up the resultWenchen Fan2015-11-081-0/+20
* [SPARK-11451][SQL] Support single distinct count on multiple columns.Herman van Hovell2015-11-081-6/+31
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-upHerman van Hovell2015-11-071-0/+17
* [SPARK-10978][SQL][FOLLOW-UP] More comprehensive tests for PR #9399Cheng Lian2015-11-062-34/+312
* [MINOR][SQL] A minor log line fixCheng Lian2015-11-051-1/+2
* [SPARK-11440][CORE][STREAMING][BUILD] Declare rest of @Experimental items non...Sean Owen2015-11-051-2/+0
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-041-3/+9
* [SPARK-11398] [SQL] unnecessary def dialectClassName in HiveContext, and misl...Zhenhua Wang2015-11-042-6/+7
* [SPARK-10978][SQL] Allow data sources to eliminate filtersCheng Lian2015-11-032-6/+106
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-0213-1/+17
* [SPARK-11329][SQL] Support star expansion for structs.Nong Li2015-11-021-1/+1