-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0
-
Component/s: Code Generator
-
Labels:None
-
Pull Request URL:
-
Compatibility:Major
Currently several semantic checks are done in the parser which would be better carried out later. Some of these cause problems with --fastsyntax and the ecl indexer - e.g. the checking for some unusual forms of join, and code that checks if datasets are distributed or sorted correctly.
Semantic checks should gradually be migrated to another transformation which would be done after function expansion and stored substitution.
- blocks
-
HPCC-19172 Ensure --fastsyntax work on all queries
-
- Resolved
-
- relates to
-
HPCC-18550 JOIN(...,GROUP()) syntax doesn't work with --fastsyntax
-
- Resolved
-