[
https://issues.apache.org/jira/browse/HUDI-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lamber-ken closed HUDI-612.
---------------------------
Resolution: Not A Bug
Sorry, I understand the "incremental" in a wrong way.
Btw, how does user query data when specify a specific time instant, like
{code:java}
spark.
read.
format("org.apache.hudi").
option("hoodie.datasource.query.type", "incremental").
option("hoodie.datasource.read.begin.instanttime", "20200214083611").
option("hoodie.datasource.read.end.instanttime", "20200214083611").
load(basePath).
createOrReplaceTempView("hudi_trips_incremental")spark.sql("select * from
hudi_trips_incremental").show(50)
{code}
> Fix return no data when using incremental query
> ------------------------------------------------
>
> Key: HUDI-612
> URL: https://issues.apache.org/jira/browse/HUDI-612
> Project: Apache Hudi (incubating)
> Issue Type: Bug
> Components: Common Core
> Reporter: lamber-ken
> Assignee: lamber-ken
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> if the value of "hoodie.datasource.read.begin.instanttime" equals
> "hoodie.datasource.read.end.instanttime", will return no data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)