Closed rashtao closed 9 years ago
This test has a wrong assertion:
frozenSet("uudtTypeSetColumn", "myUUDT")
should be compiled to:
"uudtTypeSetColumn" SET <FROZEN <myUUDT>>
but currently it compiles to:
"uudtTypeSetColumn" SET <FROZEN myUUDT>
This test has a wrong assertion:
should be compiled to:
but currently it compiles to: