nsivabalan opened a new issue #3582: URL: https://github.com/apache/hudi/issues/3582
**Describe the problem you faced** I am trying out bootstrap w/ hudi and running into issues. Use-case is very simple as given below. Likely I am missing some trivial config. **To Reproduce** Steps to reproduce the behavior: 1. Bootstrap parquet data from elsewhere to a new hudi table w/ metadata only. 2. Upsert to hudi table. 3. Query the latest snapshot Fill stacktrace: https://gist.github.com/nsivabalan/5f140b947d76939d577ce43c16edc7e4 **Expected behavior** Latest snapshot query succeeds. **Environment Description** * Hudi version : 0.8.0 * Spark version : 2.4.5 * Hive version : * Hadoop version : 2.7 * Storage (HDFS/S3/GCS..) : local * Running on Docker? (yes/no) :no **Additional context** Add any other context about the problem here. **Stacktrace** https://gist.github.com/nsivabalan/5f140b947d76939d577ce43c16edc7e4 Clarifications: - I chose one of the field in original parquet df as partition path. There are no physical sub directories in original bootstrap path. I assume this should work. - After initial bootstrap, if I query the hudi table, partition path meta field is empty even though I configured a simple field (type) as partition path. -- 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]
