Skip to content

Fix record dot precedence (#19521)

Vladislav Zavialov requested to merge wip/record-dot-precedence into master

By moving the handling of TIGHT_INFIX_PROJ to the correct place, we can remove the isGetField hack and fix a bug at the same time.

Merge request reports