vividhsv opened a new issue, #6532: URL: https://github.com/apache/hudi/issues/6532
**Describe the problem you faced** **To Reproduce** Steps to reproduce the behavior: 1. Bootstrap legacy partition using hudi bootstrap using delta streamer 2. Query the bootstrapped partition using presto with hudi connector  **Expected behavior** Should returns results for the bootstrapped partition **Environment Description** * Hudi version : 0.11.1 * Presto version: 0.275 ( hudi plugin version default 0.11) * Spark version : 3.1.2 * Hive version : 3.1.2 * Hadoop version : 3.2.2 * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : yes **Additional context** * This issue seems to be only for bootstrapped data. Data ingested with hudi using delta streamer is returned without any issue.  * Querying bootstrapped data directly on Hive returns the result with out any issue  **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
