Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
With sync metadata patch, when metadata is enabled by default, some spark datasource tests failed which were using timestamp based key gen and custom key gen. Metadata table's records are getting picked up when we do
spark.read.format(hudi).load(basePath + "/*/*")
For now, I have disabled metadata for these tests.
testSparkPartitonByWithTimestampBasedKeyGenerator
testSparkPartitonByWithCustomKeyGenerator
I was looking at options to ignore certain path, but looks like there is none.
Attachments
Issue Links
- is related to
-
HUDI-2493 Verify removing glob pattern works w/ all key generators
- Closed
- links to