-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Parsing for qualifiers with colon characters (#1277)
* Fix parsing for qualifiers with colon characters * Update ci.yaml * fix: Support names with no qualifier * revert: remove workflow_dispatch * fix: Update test to check null qualifiers instead of undefined * fix: Respect column names without qualifiers * fix: Clean up for lint errors * fix: Remove remaining trailing space * revert: "fix: Update test to check null qualifiers instead of undefined" This reverts commit 1275dd5. * fix: Allow undefined qualifiers in ParsedColumn * test: Add test for qualifier names with colons --------- Co-authored-by: danieljbruce <[email protected]>
- Loading branch information
1 parent
5c7c5ae
commit b80f533
Showing
2 changed files
with
19 additions
and
4 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