Re: [Spark SQL] Is it possible to do stream to stream inner join without event time?

2018-06-03 Thread Becket Qin
Bump. Any direction would be helpful. Thanks. On Fri, Jun 1, 2018 at 6:10 PM, Becket Qin wrote: > Hi, > > I am new to Spark and I'm trying to run a few queries from TPC-H using > Spark SQL. > > According to the documentation here > <https://spark.apache.org/doc

[Spark SQL] Is it possible to do stream to stream inner join without event time?

2018-06-01 Thread Becket Qin
s mandatory. Because there is no timestamp in the TPC-H records, I am not able to specify watermark with event time. Is there a recommended workaround? e.g. using the process time instead fo event time? Thanks, Jiangjie (Becket) Qin