aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala
Commit message (Expand)AuthorAgeFilesLines
* Add support for value class serialization and deserializationvalue-classesJakob Odersky2016-09-281-1/+1
* [SPARK-16813][SQL] Remove private[sql] and private[spark] from catalyst packageReynold Xin2016-07-311-1/+1
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-261-23/+11
* [SPARK-16724] Expose DefinedByConstructorParamsMichael Armbrust2016-07-251-1/+1
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-031-154/+153
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-021-0/+11
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-311-2/+2
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-231-86/+19
* [SPARK-15190][SQL] Support using SQLUserDefinedType for case classesShixiong Zhu2016-05-201-35/+35
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-201-0/+24
* [SPARK-15192][SQL] null check for SparkSession.createDataFrameWenchen Fan2016-05-181-2/+2
* [SPARK-15306][SQL] Move object expressions into expressions.objects packageReynold Xin2016-05-121-0/+1
* [SPARK-15234][SQL] Fix spark.catalog.listDatabases.show()Andrew Or2016-05-091-1/+9
* [SPARK-15062][SQL] fix list type infer serializer issuebomeng2016-05-021-4/+7
* [SPARK-14487][SQL] User Defined Type registration without SQLUserDefinedType ...Liang-Chi Hsieh2016-04-281-0/+23
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-261-5/+21
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-191-56/+42
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-9/+9
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-301-20/+20
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-251-0/+1
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-161-3/+25
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-141-1/+1
* [SPARK-13640][SQL] Synchronize ScalaReflection.mirror method.Takuya UESHIN2016-03-091-2/+5
* [HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun2016-03-031-3/+3
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-021-3/+3
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-081-10/+19
* [SPARK-13067] [SQL] workaround for a weird scala reflection problemWenchen Fan2016-01-281-4/+21
* [SPARK-12816][SQL] De-alias type when generating schemasJakob Odersky2016-01-191-1/+4
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-121-3/+3
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-121-3/+3
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-051-2/+2
* [SPARK-12439][SQL] Fix toCatalystArray and MapObjectsLiang-Chi Hsieh2016-01-051-1/+1
* [SPARK-12438][SQL] Add SQLUserDefinedType support for encoderLiang-Chi Hsieh2016-01-051-0/+22
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-301-8/+8
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-231-4/+4
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-221-2/+8
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-211-61/+53
* [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is SerializableKousuke Saruta2015-12-181-8/+8
* [SPARK-12271][SQL] Improve error message when Dataset.as[ ] has incompatible ...Nong Li2015-12-151-1/+1
* [SPARK-12252][SPARK-12131][SQL] refactor MapObjects to make it less hackyWenchen Fan2015-12-101-4/+0
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-011-19/+74
* [SPARK-11926][SQL] unify GetStructField and GetInternalRowFieldWenchen Fan2015-11-241-1/+1
* [SPARK-11819][SQL][FOLLOW-UP] fix scala 2.11 buildWenchen Fan2015-11-201-2/+2
* [SPARK-11890][SQL] Fix compilation for Scala 2.11Michael Armbrust2015-11-201-2/+2
* [SPARK-11819][SQL] nice error message for missing encoderWenchen Fan2015-11-201-23/+67
* [SPARK-11750][SQL] revert SPARK-11727 and code clean upWenchen Fan2015-11-191-240/+114
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-181-36/+45
* [SPARK-11725][SQL] correctly handle null inputs for UDFWenchen Fan2015-11-181-0/+9
* [SPARK-11727][SQL] Split ExpressionEncoder into FlatEncoder and ProductEncoderWenchen Fan2015-11-131-1/+1
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-121-3/+3