Skip to content
Snippets Groups Projects
  1. Jun 02, 2015
    • Davies Liu's avatar
      [SPARK-6917] [SQL] DecimalType is not read back when non-native type exists · bcb47ad7
      Davies Liu authored
      cc yhuai
      
      Author: Davies Liu <davies@databricks.com>
      
      Closes #6558 from davies/decimalType and squashes the following commits:
      
      c877ca8 [Davies Liu] Update ParquetConverter.scala
      48cc57c [Davies Liu] Update ParquetConverter.scala
      b43845c [Davies Liu] add test
      3b4a94f [Davies Liu] DecimalType is not read back when non-native type exists
      bcb47ad7
    • Xiangrui Meng's avatar
      [SPARK-7582] [MLLIB] user guide for StringIndexer · 0221c7f0
      Xiangrui Meng authored
      This PR adds a Java unit test and user guide for `StringIndexer`. I put it before `OneHotEncoder` because they are closely related. jkbradley
      
      Author: Xiangrui Meng <meng@databricks.com>
      
      Closes #6561 from mengxr/SPARK-7582 and squashes the following commits:
      
      4bba4f1 [Xiangrui Meng] fix example
      ba1cd1b [Xiangrui Meng] fix style
      7fa18d1 [Xiangrui Meng] add user guide for StringIndexer
      136cb93 [Xiangrui Meng] add a Java unit test for StringIndexer
      0221c7f0
  2. Jun 01, 2015
  3. May 31, 2015
    • Wenchen Fan's avatar
      [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric type is broken. · a0e46a0d
      Wenchen Fan authored
      The origin code has several problems:
      * `true <=> 1` will return false as we didn't set a rule to handle it.
      * `true = a` where `a` is not `Literal` and its value is 1, will return false as we only handle literal values.
      
      Author: Wenchen Fan <cloud0fan@outlook.com>
      
      Closes #6505 from cloud-fan/tmp1 and squashes the following commits:
      
      77f0f39 [Wenchen Fan] minor fix
      b6401ba [Wenchen Fan] add type coercion for CaseKeyWhen and address comments
      ebc8c61 [Wenchen Fan] use SQLTestUtils and If
      625973c [Wenchen Fan] improve
      9ba2130 [Wenchen Fan] address comments
      fc0d741 [Wenchen Fan] fix style
      2846a04 [Wenchen Fan] fix 7952
      a0e46a0d
    • Davies Liu's avatar
      [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singleton · 91777a1c
      Davies Liu authored
      Author: Davies Liu <davies@databricks.com>
      
      Closes #6532 from davies/decimal and squashes the following commits:
      
      c7fcbce [Davies Liu] Update tests.py
      1425359 [Davies Liu] DecimalType should not be singleton
      91777a1c
    • Reynold Xin's avatar
      [SPARK-7986] Split scalastyle config into 3 sections. · 6f006b5f
      Reynold Xin authored
      (1) rules that we enforce.
      (2) rules that we would like to enforce, but haven't cleaned up the codebase to
          turn on yet (or we need to make the scalastyle rule more configurable).
      (3) rules that we don't want to enforce.
      
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6543 from rxin/scalastyle and squashes the following commits:
      
      beefaab [Reynold Xin] [SPARK-7986] Split scalastyle config into 3 sections.
      6f006b5f
    • Josh Rosen's avatar
      [MINOR] Enable PySpark SQL readerwriter and window tests · 9126ea4d
      Josh Rosen authored
      PySpark SQL's `readerwriter` and `window` doctests weren't being run by our test runner script; this patch re-enables them.
      
      Author: Josh Rosen <joshrosen@databricks.com>
      
      Closes #6542 from JoshRosen/enable-more-pyspark-sql-tests and squashes the following commits:
      
      9f46ce4 [Josh Rosen] Enable PySpark SQL readerwriter and window tests.
      9126ea4d
    • Sun Rui's avatar
      [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame. · 46576ab3
      Sun Rui authored
      Author: Sun Rui <rui.sun@intel.com>
      
      Closes #6183 from sun-rui/SPARK-7227 and squashes the following commits:
      
      dd6f5b3 [Sun Rui] Rename readEnv() back to readMap(). Add alias na.omit() for dropna().
      41cf725 [Sun Rui] [SPARK-7227][SPARKR] Support fillna / dropna in R DataFrame.
      46576ab3
    • Reynold Xin's avatar
      [SPARK-3850] Turn style checker on for trailing whitespaces. · 866652c9
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6541 from rxin/trailing-whitespace-on and squashes the following commits:
      
      f72ebe4 [Reynold Xin] [SPARK-3850] Turn style checker on for trailing whitespaces.
      866652c9
    • Yuhao Yang's avatar
      [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load · 06747003
      Yuhao Yang authored
      add save load for examples:
      KMeansModel
      PowerIterationClusteringModel
      Word2VecModel
      IsotonicRegressionModel
      
      Author: Yuhao Yang <hhbyyh@gmail.com>
      
      Closes #6498 from hhbyyh/docSaveLoad and squashes the following commits:
      
      7f9f06d [Yuhao Yang] add missing imports
      c604cad [Yuhao Yang] Merge remote-tracking branch 'upstream/master' into docSaveLoad
      1dd77cc [Yuhao Yang] update document with some missing save/load
      06747003
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for MLlib. · e1067d0a
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6534 from rxin/whitespace-mllib and squashes the following commits:
      
      38926e3 [Reynold Xin] [SPARK-3850] Trim trailing spaces for MLlib.
      e1067d0a
    • zsxwing's avatar
      [MINOR] Add license for dagre-d3 and graphlib-dot · d1d2def2
      zsxwing authored
      Add license for dagre-d3 and graphlib-dot
      
      Author: zsxwing <zsxwing@gmail.com>
      
      Closes #6539 from zsxwing/LICENSE and squashes the following commits:
      
      82b0475 [zsxwing] Add license for dagre-d3 and graphlib-dot
      d1d2def2
    • Reynold Xin's avatar
      [SPARK-7979] Enforce structural type checker. · 4b5f12ba
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6536 from rxin/structural-type-checker and squashes the following commits:
      
      f833151 [Reynold Xin] Fixed compilation.
      633f9a1 [Reynold Xin] Fixed typo.
      d1fa804 [Reynold Xin] [SPARK-7979] Enforce structural type checker.
      4b5f12ba
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for SQL. · 63a50be1
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6535 from rxin/whitespace-sql and squashes the following commits:
      
      de50316 [Reynold Xin] [SPARK-3850] Trim trailing spaces for SQL.
      63a50be1
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for examples/streaming/yarn. · 564bc11e
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6530 from rxin/trim-whitespace-1 and squashes the following commits:
      
      7b7b3a0 [Reynold Xin] Reset again.
      dc14597 [Reynold Xin] Reset scalastyle.
      cd556c4 [Reynold Xin] YARN, Kinesis, Flume.
      4223fe1 [Reynold Xin] [SPARK-3850] Trim trailing spaces for examples/streaming.
      564bc11e
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for core. · 74fdc97c
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6533 from rxin/whitespace-2 and squashes the following commits:
      
      038314c [Reynold Xin] [SPARK-3850] Trim trailing spaces for core.
      74fdc97c
    • Reynold Xin's avatar
      [SPARK-7975] Add style checker to disallow overriding equals covariantly. · 7896e99b
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      This patch had conflicts when merged, resolved by
      Committer: Reynold Xin <rxin@databricks.com>
      
      Closes #6527 from rxin/covariant-equals and squashes the following commits:
      
      e7d7784 [Reynold Xin] [SPARK-7975] Enforce CovariantEqualsChecker
      7896e99b
    • Cheng Lian's avatar
      [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD · 8764dcce
      Cheng Lian authored
      Author: Cheng Lian <lian@databricks.com>
      
      Closes #6529 from liancheng/schemardd-deprecation-fix and squashes the following commits:
      
      49765c2 [Cheng Lian] Adds @deprecated Scaladoc entry for SchemaRDD
      8764dcce
    • Reynold Xin's avatar
      [SPARK-7976] Add style checker to disallow overriding finalize. · 084fef76
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6528 from rxin/style-finalizer and squashes the following commits:
      
      a2211ca [Reynold Xin] [SPARK-7976] Enable NoFinalizeChecker.
      084fef76
  4. May 30, 2015
Loading