aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-231-1/+1
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-222-4/+4
* [SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma2017-03-221-1/+2
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-192-2/+2
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-191-1/+1
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-162-4/+4
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-072-0/+76
* [SPARK-19180] [SQL] the offset of short should be 2 in OffHeapColumnYucai Yu2017-01-131-1/+1
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-291-0/+6
* [SPARK-18800][SQL] Correct the assert in UnsafeKVExternalSorter which ensures...Liang-Chi Hsieh2016-12-241-1/+3
* [SPARK-18528][SQL] Fix a bug to initialise an iterator of aggregation bufferTakeshi YAMAMURO2016-12-221-0/+10
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-101-0/+72
* [SPARK-17830][SQL] Annotate remaining SQL APIs with InterfaceStabilityReynold Xin2016-10-1324-110/+71
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-071-4/+3
* [SPARK-17652] Fix confusing exception message while reserving capacitySameer Agarwal2016-09-261-7/+7
* [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet...hyukjinkwon2016-09-092-2/+9
* [SPARK-16334] Reusing same dictionary column for decoding consecutive row gro...Sameer Agarwal2016-09-021-16/+38
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-221-1/+1
* [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