Hi all, I am a little confused about the implementation of BeamSqlSeekableTable, it looks like the join condition is implemented in method BeamSqlSeekableTable#seekRow, so does that mean whatever the join condition I specified in sql, it would always be ignored, Is that correct?
-- Best Regards Jeff Zhang