satishkotha commented on issue #1954:
URL: https://github.com/apache/hudi/issues/1954#issuecomment-680259178
@tooptoop4
For non-partitioned tables, data is typically stored in base directory
(s3://redact/my2/multpk7/). Looks like partitionpath field you specified is
getting interpreted incorrectly, so the data is being stored under 'default'
partition. You also specified 'NonPartitionedExtractor' for hive sync. So
'default' partition is not registered with hive.
ComplexKeyGenerator doesn't seem to work well with non-partitioned tables.
I tried making it work by making this code change
https://github.com/apache/hudi/pull/2037. Can you apply this patch and let me
know if it works?
----------------------------------------------------------------
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:
[email protected]