hudi-bot opened a new issue, #16300:
URL: https://github.com/apache/hudi/issues/16300
The same reader is used so the support batch true from the first query is
cached for the second even though the second shouldn't support batch
{code:java}
res.registerTempTable("bootstrapped");
assertEquals(1950, sqlContext.sql("select distinct _hoodie_record_key
from bootstrapped").count());
// NOTE: To fetch record's count Spark will optimize the query fetching
minimal possible amount
// of data, which might not provide adequate amount of test
coverage
sqlContext.sql("select * from bootstrapped").show(); {code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7064
- Type: Bug
- Epic: https://issues.apache.org/jira/browse/HUDI-6568
--
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]