aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-221-9/+9
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-211-5/+17
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-191-0/+42
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+1
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-101-1/+2
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-041-1/+1
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-291-0/+52
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-211-1/+11
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-091-1/+1
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-231-5/+1
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-162-2/+4
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-021-1/+1
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-011-2/+12
* [SPARK-17864][SQL] Mark data type APIs as stable (not DeveloperApi)Reynold Xin2016-10-114-0/+15
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-071-1/+1
* [SPARK-17618] Guard against invalid comparisons between UnsafeRow and other f...Josh Rosen2016-09-271-1/+6
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-273-179/+296
* [SPARK-17405] RowBasedKeyValueBatch should use default page size to prevent OOMsEric Liang2016-09-081-8/+7
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-011-4/+4
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-011-1/+1
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-083-9/+9
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-263-0/+541
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-111-9/+8
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-10/+13
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-0/+2
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-301-2/+14
* [SPARK-16271][SQL] Implement Hive's UDFXPathUtilpetermaxlee2016-06-281-0/+192
* [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapDataTakeshi YAMAMURO2016-06-271-0/+4
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-1/+3
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-111-3/+17
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-011-1/+2
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-311-0/+54
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-0/+7
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-292-3/+63
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-211-2/+4
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-191-5/+0
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-061-135/+0
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-2/+0
* [SPARK-13325][SQL] Create a 64-bit hashcode expressionHerman van Hovell2016-03-231-0/+192
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-0/+1
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-1/+3
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-101-1/+1
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-091-1/+1
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-291-6/+3
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-261-2/+5
* [SPARK-12879] [SQL] improve the unsafe row writing frameworkWenchen Fan2016-01-252-39/+63
* [SPARK-12856] [SQL] speed up hashCode of unsafe arrayWenchen Fan2016-01-161-5/+2
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-151-30/+1