You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/06/13 04:20:13 UTC

[GitHub] [hudi] shenh062326 edited a comment on pull request #1690: [HUDI-908] Add decimals to HoodieTestDataGenerator

shenh062326 edited a comment on pull request #1690:
URL: https://github.com/apache/hudi/pull/1690#issuecomment-641671278


   > @shenh062326 : It makes sense to cover other data-types in a single PR. Can you also add them to this PR. Also, Can you let us know what the missing data types are ?
   
   The missing spark types:
   ```
   BinaryType
   IntegerType
   LongType
   FloatType
   ByteType
   ShortType
   DecimalType
   TimestampType
   DateType
   ```
   The missing the avro types:
   ```
    FIXED,
    BYTES,
    INT,
    LONG,
    FLOAT
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org