aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9996] [SPARK-9997] [SQL] Add local expand and NestedLoopJoin operatorszsxwing2015-09-143-1/+270
* [SPARK-6981] [SQL] Factor out SparkPlanner and QueryExecution from SQLContextEdoardo Vacchi2015-09-146-128/+195
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-126-9/+29
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-123-5/+67
* [SPARK-9990] [SQL] Local hash join follow-upsAndrew Or2015-09-113-5/+9
* [SPARK-9992] [SPARK-9994] [SPARK-9998] [SQL] Implement the local TopK, sample...zsxwing2015-09-115-1/+224
* [SPARK-10443] [SQL] Refactor SortMergeOuterJoin to reduce duplicationAndrew Or2015-09-101-61/+77
* [SPARK-10049] [SPARKR] Support collecting data of ArraryType in DataFrame.Sun Rui2015-09-101-4/+10
* [SPARK-9990] [SQL] Create local hash join operatorzsxwing2015-09-1010-12/+310
* [SPARK-10466] [SQL] UnsafeRow SerDe exception with data spillCheng Hao2015-09-101-1/+1
* [SPARK-10301] [SPARK-10428] [SQL] Addresses comments of PR #8583 and #8509 fo...Cheng Lian2015-09-102-8/+22
* [SPARK-9730] [SQL] Add Full Outer Join support for SortMergeJoinLiang-Chi Hsieh2015-09-092-11/+225
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-091-5/+5
* [SPARK-10441] [SQL] Save data correctly to json.Yin Huai2015-09-082-3/+39
* [SPARK-10434] [SQL] Fixes Parquet schema of arrays that may contain nullCheng Lian2015-09-051-6/+7
* [SPARK-10450] [SQL] Minor improvements to readability / style / typos etc.Andrew Or2015-09-042-9/+9
* [SPARK-10411] [SQL] Move visualization above explain output and hide explain ...zsxwing2015-09-021-5/+22
* [SPARK-10422] [SQL] String column in InMemoryColumnarCache needs to override ...Yin Huai2015-09-021-0/+2
* [SPARK-10301] [SQL] Fixes schema merging for nested structsCheng Lian2015-09-013-125/+175
* [SPARK-10170] [SQL] Add DB2 JDBC dialect support.sureshthalamati2015-08-311-0/+18
* [SPARK-9986] [SPARK-9991] [SPARK-9993] [SQL] Create a simple test framework f...zsxwing2015-08-296-11/+131
* [SPARK-10339] [SPARK-10334] [SPARK-10301] [SQL] Partitioned table scan can OO...Yin Huai2015-08-292-41/+51
* [SPARK-10330] Use SparkHadoopUtil TaskAttemptContext reflection methods in mo...Josh Rosen2015-08-293-7/+17
* [SPARK-10321] sizeInBytes in HadoopFsRelationDavies Liu2015-08-271-0/+2
* [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read pathYin Huai2015-08-272-10/+1
* [SPARK-10048] [SPARKR] Support arbitrary nested Java array in serde.Sun Rui2015-08-251-28/+4
* [SPARK-10198] [SQL] Turn off partition verification by defaultMichael Armbrust2015-08-251-1/+1
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-2514-44/+51
* [SPARK-10195] [SQL] Data sources Filter should not expose internal typesJosh Rosen2015-08-253-41/+47
* [SPARK-10136] [SQL] A more robust fix for SPARK-10136Cheng Lian2015-08-251-10/+8
* [SPARK-10196] [SQL] Correctly saving decimals in internal rows to JSON.Yin Huai2015-08-241-1/+1
* [SQL] [MINOR] [DOC] Clarify docs for inferring DataFrame from RDD of ProductsFeynman Liang2015-08-242-2/+2
* [SPARK-7710] [SPARK-7998] [DOCS] Docs for DataFrameStatFunctionsBurak Yavuz2015-08-242-1/+102
* [SPARK-10143] [SQL] Use parquet's block size (row group size) setting as the ...Yin Huai2015-08-211-2/+39
* [SPARK-10040] [SQL] Use batch insert for JDBC writingLiang-Chi Hsieh2015-08-211-3/+14
* [SQL] [MINOR] remove unnecessary classWenchen Fan2015-08-201-64/+0
* [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive arrayCheng Lian2015-08-202-5/+20
* [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key i...Reynold Xin2015-08-202-10/+22
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-206-41/+48
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-193-16/+31
* [SPARK-10035] [SQL] Parquet filters does not process EqualNullSafe filter.hyukjinkwon2015-08-201-98/+15
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-191-1/+15
* [SPARK-9627] [SQL] Stops using Scala runtime reflection in DictionaryEncodingCheng Lian2015-08-192-12/+4
* [SPARK-10073] [SQL] Python withColumn should replace the old columnDavies Liu2015-08-191-1/+2
* [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix UDF...Reynold Xin2015-08-181-5/+7
* [SPARK-10080] [SQL] Fix binary incompatibility for $ column interpolationMichael Armbrust2015-08-182-10/+11
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-183-42/+39
* [MINOR] Format the comment of `translate` at `functions.scala`Yu ISHIKAWA2015-08-171-8/+9
* [SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and DataFrameWri...zsxwing2015-08-174-7/+20
* [SPARK-7837] [SQL] Avoids double closing output writers when commitTask() failsCheng Lian2015-08-181-4/+17