anagha-google opened a new issue, #9294:
URL: https://github.com/apache/hudi/issues/9294
***Attempted:***
Insert of a non-duplicate new record into a CoW table from Spark with the
following Hudi options:
`hudi_options = {
'hoodie.database.name': DATABASE_NAME,
'hoodie.table.name': COW_TABLE_NAME,
'hoodie.datasource.write.table.name': COW_TABLE_NAME,
'hoodie.datasource.write.table.type': 'COPY_ON_WRITE',
'hoodie.datasource.write.keygenerator.class':'org.apache.hudi.keygen.ComplexKeyGenerator',
'hoodie.datasource.write.recordkey.field':
'taxi_type,trip_year,trip_month,trip_day,vendor_id,pickup_datetime,dropoff_datetime,pickup_location_id,dropoff_location_id',
'hoodie.datasource.write.partitionpath.field':
'trip_year,trip_month,trip_day',
'hoodie.datasource.write.precombine.field': 'pickup_datetime',
'hoodie.datasource.write.hive_style_partitioning': 'true',
'hoodie.partition.metafile.use.base.format': 'true',
'hoodie.datasource.write.drop.partition.columns': 'true',
'hoodie.datasource.write.operation': 'insert'
}`
*Issue:*
A new parquet file was generated but the new record was not inserted.
*Error:*
None
**Environment Description**
*Hudi on Dataproc on Google Compute Engine on GCP:*
2.1.14-debian11
* Hudi version :*
0.12.0
* Spark version :*
3.3.0
* Hive version :*
3.1.3
* Hadoop version :*
3.3.3
* Storage (HDFS/S3/GCS..) :*
GCS
* Running on Docker? (yes/no) :
no
--
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]