You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by MohammadReza Mofateh <mo...@gmail.com> on 2014/11/06 10:12:07 UTC

Problem in 0.7.0

Hi
I make 0.7.0 version but I cannot to run simple query.

select ab.row_key,ab2.row_key from hbase.ab2 join hbase.ab on
ab2.row_key=ab.row_key

Query failed: Failure while running fragment., Hash join does not support
schema changes [ 78ed2c45-a714-4665-a82a-7af23364c579

An odd thing:
Why I watch profiles that they was in version 0.5.0?

Best