I am joining two files. One file is a extraction from table(in0 port)
having record format like this utf8 string("\x01", maximum_length=3)
.
And another file is a normal text file(in1 port)
having record format like this ascii string(3)
.
While joining i am getting below error:
Field "company" in key specifier for input in1 has type "ascii string(3)",
but field "kg3_company_cd" in key specifier for input in0 has type "utf8 string("\x01", maximum_length=3)".
This join may be attempted in spite of the type mismatch by
setting configuration variable AB_ALLOW_DANGEROUS_KEY_CASTING to true.
However, typically the input streams will have been hash-partitioned on
the join keys of different types, making it unlikely that all equal join.