aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-218-126/+128
* [SPARK-13764][SQL] Parse modes in JSON data sourcehyukjinkwon2016-03-217-45/+156
* [SPARK-13897][SQL] RelationalGroupedDataset and KeyValueGroupedDatasetReynold Xin2016-03-194-67/+69
* [SPARK-14018][SQL] Use 64-bit num records in BenchmarkWholeStageCodegenReynold Xin2016-03-191-4/+4
* [SPARK-14012][SQL] Extract VectorizedColumnReader from VectorizedParquetRecor...Sameer Agarwal2016-03-182-450/+476
* [SPARK-13989] [SQL] Remove non-vectorized/unsafe-row parquet record readerSameer Agarwal2016-03-188-364/+75
* [SPARK-13977] [SQL] Brings back Shuffled hash joinDavies Liu2016-03-1812-117/+276
* [SPARK-13826][SQL] Addendum: update documentation for DatasetsReynold Xin2016-03-184-31/+70
* [SPARK-13930] [SQL] Apply fast serialization on collect limit operatorLiang-Chi Hsieh2016-03-172-28/+71
* [SPARK-13826][SQL] Revises Dataset ScalaDocCheng Lian2016-03-171-319/+522
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-172-34/+69
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1747-45/+60
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-162-3/+3
* [SPARK-12855][MINOR][SQL][DOC][TEST] remove spark.sql.dialect from doc and testDaoyuan Wang2016-03-161-1/+1
* [MINOR][SQL][BUILD] Remove duplicated linesDongjoon Hyun2016-03-161-1/+0
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-161-0/+10
* [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole st...Davies Liu2016-03-168-8/+25
* [SPARK-13719][SQL] Parse JSON rows having an array type and a struct type in ...hyukjinkwon2016-03-164-14/+48
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-163-20/+11
* [SPARK-13922][SQL] Filter rows with null attributes in vectorized parquet readerSameer Agarwal2016-03-163-5/+146
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-167-31/+32
* [SPARK-13924][SQL] officially support multi-insertWenchen Fan2016-03-161-9/+18
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-168-15/+24
* [SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data so...hyukjinkwon2016-03-154-22/+42
* [SPARK-13917] [SQL] generate broadcast semi joinDavies Liu2016-03-1510-137/+122
* [SPARK-13918][SQL] Merge SortMergeJoin and SortMergerOuterJoinDavies Liu2016-03-159-535/+467
* [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String]Reynold Xin2016-03-153-12/+16
* [SPARK-13896][SQL][STRING] Dataset.toJSON should return DatasetStavros Kontopoulos2016-03-152-4/+6
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-1511-38/+40
* [SPARK-13660][SQL][TESTS] ContinuousQuerySuite floods the logs with garbageXin Ren2016-03-151-2/+2
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-1425-89/+89
* [SPARK-13870][SQL] Add scalastyle escaping correctly in CVSSuite.scalaDongjoon Hyun2016-03-141-1/+3
* [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlanReynold Xin2016-03-144-12/+12
* [SPARK-13353][SQL] fast serialization for collecting DataFrame/DatasetDavies Liu2016-03-144-6/+74
* [SPARK-13661][SQL] avoid the copy in HashedRelationDavies Liu2016-03-142-4/+9
* [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and rem...Reynold Xin2016-03-152-21/+2
* [SPARK-13791][SQL] Add MetadataLog and HDFSMetadataLogShixiong Zhu2016-03-145-173/+357
* [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.localReynold Xin2016-03-1430-2060/+0
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-1416-77/+763
* [SPARK-13139][SQL] Follow-ups to #11573Andrew Or2016-03-144-68/+94
* [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files.Yin Huai2016-03-142-9/+44
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-1417-20/+20
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-1315-34/+53
* [SQL] fix typo in DataSourceRegisterJacky Li2016-03-131-1/+1
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-133-39/+22
* [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from Qu...Cheng Lian2016-03-122-2/+13
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-128-52/+99
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-115-19/+1297
* [SPARK-13780][SQL] Add missing dependency to build.Marcelo Vanzin2016-03-111-0/+4
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-1118-53/+51