-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMDS-3818] Fix parsing of indexing operations (scalar datatype)
This patch fixes an edge case of print(X[1,]) where the indexing is mistakenly created with scalar data type because the print accepts scalar. However, later we introduce print(toString(X[1,])). We now simply make the parsing more robust as indexing is never scalar other than forced by internal rewrites.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters