aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16928] [SQL] Recursive call of ColumnVector::getInt() breaks JIT inliningQifan Pu2016-08-104-25/+54
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-101-0/+18
* [SPARK-16847][SQL] Prevent to potentially read corrupt statstics on binary in...hyukjinkwon2016-08-061-2/+4
* [SPARK-16764][SQL] Recommend disabling vectorized parquet reader on OutOfMemo...Sameer Agarwal2016-07-281-5/+19
* [SPARK-16334] Maintain single dictionary per row-batch in vectorized parquet ...Sameer Agarwal2016-07-211-8/+13
* [SPARK-16632][SQL] Use Spark requested schema to guide vectorized Parquet rea...Cheng Lian2016-07-211-1/+4
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-051-1/+1
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-3/+4
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-302-2/+9
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-2/+5
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-244-33/+27
* [SPARK-16123] Avoid NegativeArraySizeException while reserving additional cap...Sameer Agarwal2016-06-233-14/+28
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-152-10/+10
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-111-4/+7
* [MINOR] Fix Java Lint errors introduced by #13286 and #13280Sandeep Singh2016-06-081-2/+0
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-031-2/+6
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-031-1/+1
* [SPARK-9876][SQL] Update Parquet to 1.8.1.Ryan Blue2016-05-271-7/+13
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-251-1/+1
* [SPARK-14642][SQL] import org.apache.spark.sql.expressions._ breaks udf under...Subhobrata Dey2016-05-101-2/+2
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-053-12/+15
* [SPARK-13745] [SQL] Support columnar in memory representation on Big Endian p...Pete Robbins2016-05-023-22/+101
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-241-1/+0
* [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added moreDavies Liu2016-04-221-0/+7
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-211-2/+4
* [SPARK-14774][SQL] Write unscaled values in ColumnVector.putDecimalSameer Agarwal2016-04-212-5/+7
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-201-1/+1
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-092-0/+169
* [SPARK-14217] [SQL] Fix bug if parquet data has columns that use dictionary e...Nong Li2016-04-092-54/+78
* [SPARK-14448] Improvements to ColumnVectortedyu2016-04-082-22/+36
* [SPARK-14224] [SPARK-14223] [SPARK-14310] [SQL] fix RowEncoder and parquet re...Davies Liu2016-04-061-16/+3
* [SPARK-14320][SQL] Make ColumnarBatch.Row mutableSameer Agarwal2016-04-063-5/+112
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-033-4/+4
* [SPARK-14278][SQL] Initialize columnar batch with proper memory modeSameer Agarwal2016-03-311-1/+1
* [SPARK-14263][SQL] Benchmark Vectorized HashMap for GroupBy AggregatesSameer Agarwal2016-03-311-0/+107
* [MINOR][SQL] Fix exception message to print string-array correctly.Dongjoon Hyun2016-03-291-1/+3
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-281-1/+1
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-2/+0
* [SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException du...Sameer Agarwal2016-03-251-7/+9
* [SPARK-14015][SQL] Support TimestampType in vectorized parquet readerSameer Agarwal2016-03-234-18/+29
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-232-3/+12
* [SPARK-13883][SQL] Parquet Implementation of FileFormat.buildReaderMichael Armbrust2016-03-213-12/+85
* [SPARK-14016][SQL] Support high-precision decimals in vectorized parquet readerSameer Agarwal2016-03-212-4/+13
* [SPARK-13805] [SQL] Generate code that get a value in each column from Column...Kazuaki Ishizaki2016-03-215-17/+33
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-216-119/+119
* [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-181-282/+37
* [SPARK-13922][SQL] Filter rows with null attributes in vectorized parquet readerSameer Agarwal2016-03-161-5/+27
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-2/+3
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-132-1/+6