Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
4.2.4
-
ANY
Description
Following BAD ECL, causes an internal error in the compiler:
d := DATASET([
{'A'}],
{STRING x});
ds := DISTRIBUTE(d; PERSIST('~a::1'));