You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by SparkQA <gi...@git.apache.org> on 2014/08/01 00:46:05 UTC

[GitHub] spark pull request: [SPARK-2010] [PySpark] [SQL] support nested st...

Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/1598#issuecomment-50828772
  
    QA results for PR 1598:<br>- This patch PASSES unit tests.<br>- This patch merges cleanly<br>- This patch adds the following public classes (experimental):<br>class DataType(object):<br>class PrimitiveType(DataType):<br>class StringType(PrimitiveType):<br>class BinaryType(PrimitiveType):<br>class BooleanType(PrimitiveType):<br>class TimestampType(PrimitiveType):<br>class DecimalType(PrimitiveType):<br>class DoubleType(PrimitiveType):<br>class FloatType(PrimitiveType):<br>class ByteType(PrimitiveType):<br>class IntegerType(PrimitiveType):<br>class LongType(PrimitiveType):<br>class ShortType(PrimitiveType):<br>class ArrayType(DataType):<br>class MapType(DataType):<br>class StructField(DataType):<br>class StructType(DataType):<br>class List(list):<br>class Dict(dict):<br>class Row(tuple):<br>class Row(tuple):<br><br>For more information see test ouptut:<br>https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17609/consoleFull


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---