aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14595][SQL] add input metrics for FileScanRDDWenchen Fan2016-04-181-7/+53
* [SPARK-14722][SQL] Rename upstreams() -> inputRDDs() in WholeStageCodegenSameer Agarwal2016-04-1811-37/+37
* [SPARK-14718][SQL] Avoid mutating ExprCode in doGenCodeSameer Agarwal2016-04-181-1/+1
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-181-4/+0
* [SPARK-14710][SQL] Rename gen/genCode to genCode/doGenCode to better reflect ...Sameer Agarwal2016-04-189-32/+35
* [MINOR] Revert removing explicit typing (changed in some examples and StatFun...hyukjinkwon2016-04-181-1/+1
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-183-19/+61
* [SPARK-14473][SQL] Define analysis rules to catch operations not supported in...Tathagata Das2016-04-187-8/+50
* [SPARK-14614] [SQL] Add `bround` functionDongjoon Hyun2016-04-181-0/+17
* [SPARK-14696][SQL] Add implicit encoders for boxed primitive typesReynold Xin2016-04-181-0/+23
* [SPARK-13363][SQL] support Aggregator in RelationalGroupedDatasetWenchen Fan2016-04-181-1/+5
* Revert "[SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedState"Andrew Or2016-04-173-61/+19
* [SPARK-14632] randomSplit method fails on dataframes with maps in schemaSubhobrata Dey2016-04-171-1/+3
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-163-19/+61
* [SPARK-14677][SQL] follow up: make max iter num config internalReynold Xin2016-04-161-0/+1
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-162-4/+2
* Revert "[SPARK-13363][SQL] support Aggregator in RelationalGroupedDataset"Reynold Xin2016-04-161-5/+1
* [SPARK-13363][SQL] support Aggregator in RelationalGroupedDatasetWenchen Fan2016-04-161-1/+5
* [SPARK-14677][SQL] Make the max number of iterations configurable for CatalystReynold Xin2016-04-153-6/+15
* [SPARK-14668][SQL] Move CurrentDatabase to CatalystYin Huai2016-04-152-2/+7
* [SPARK-14620][SQL] Use/benchmark a better hash in VectorizedHashMapSameer Agarwal2016-04-151-24/+24
* [SPARK-14275][SQL] Reimplement TypedAggregateExpression to DeclarativeAggregateWenchen Fan2016-04-155-101/+120
* [SPARK-14447][SQL] Speed up TungstenAggregate w/ keys using VectorizedHashMapSameer Agarwal2016-04-145-79/+252
* [SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assemblyMark Grover2016-04-141-1/+1
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-2/+38
* [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-144-7/+7
* [SPARK-14125][SQL] Native DDL Support: Alter Viewgatorsmile2016-04-143-7/+35
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-142-4/+4
* [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-143-289/+5
* [SPARK-14607] [SPARK-14484] [SQL] fix case-insensitive predicates in FileSour...Davies Liu2016-04-132-6/+13
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-133-44/+84
* [MINOR][SQL] Remove some unused imports in datasources.hyukjinkwon2016-04-138-32/+10
* [SPARK-14579][SQL] Fix a race condition in StreamExecution.processAllAvailableShixiong Zhu2016-04-121-13/+27
* [SPARK-14544] [SQL] improve performance of SQL UI tabDavies Liu2016-04-121-30/+10
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-121-0/+1
* [SPARK-14556][SQL] Code clean-ups for package o.a.s.sql.execution.streaming.s...Liwei Lin2016-04-125-32/+31
* [SPARK-14474][SQL] Move FileSource offset log into checkpointLocationShixiong Zhu2016-04-124-23/+57
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-118-623/+4
* [SPARK-14554][SQL] disable whole stage codegen if there are too many input co...Wenchen Fan2016-04-111-2/+5
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-111-24/+26
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-112-74/+86
* [SPARK-14520][SQL] Use correct return type in VectorizedParquetInputFormatLiang-Chi Hsieh2016-04-111-2/+2
* [SPARK-14494][SQL] Fix the race conditions in MemoryStream and MemorySinkShixiong Zhu2016-04-111-9/+16
* [SPARK-14372][SQL] Dataset.randomSplit() needs a Java versionRekha Joshi2016-04-111-1/+16
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-3/+0
* [SPARK-14419] [MINOR] coding style cleanupDavies Liu2016-04-102-24/+13
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-092-170/+0
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-095-303/+458
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-092-3/+67
* [SPARK-14481][SQL] Issue Exceptions for All Unsupported Options during Parsinggatorsmile2016-04-091-5/+2