ashah-lightbox commented on issue #5492:
URL: https://github.com/apache/hudi/issues/5492#issuecomment-1126195871

   @nsivabalan this is the schema before inserting new records to hudi table. 
   `>>> df1.schema
   
StructType(List(StructField(FIPSCode,LongType,true),StructField(LPSDistinctPropertyID,LongType,true),StructField(LPSAssessmentDataReleaseDate,LongType,true),StructField(AssessorsParcelNumber,StringType,true),StructField(_hoodie_is_deleted,BooleanType,true)))
   `
   after this i am running
   
    `>>> df1.write \
   ...     .format("org.apache.hudi") \
   ...     .options(**hudi_options) \
   ...     .mode("append") \
   ...     .save(basePath)`
   
   does aws has different or updates jars?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to