Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug/60 mapcolumn cant nested types that have a comma #61

Merged

Conversation

Yibo-Chen13
Copy link
Contributor

No description provided.

@Yibo-Chen13 Yibo-Chen13 linked an issue Nov 26, 2024 that may be closed by this pull request
@Yibo-Chen13 Yibo-Chen13 force-pushed the 60-mapcolumn-cant-nested-types-that-have-a-comma branch from 3bbec06 to 2ac989b Compare November 26, 2024 09:38
@@ -22,7 +23,7 @@ def _sorted_dicts(self, text):
return '\n'.join(items) + '\n'

def test_simple(self):
with self.create_stream('a map(string, uint64)'):
with self.create_stream('a map(string, int)'):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change to int?

please remove the commented tests below if they are invalid.

@Yibo-Chen13 Yibo-Chen13 force-pushed the 60-mapcolumn-cant-nested-types-that-have-a-comma branch from 2ac989b to d848454 Compare December 2, 2024 06:25
@Yibo-Chen13 Yibo-Chen13 force-pushed the 60-mapcolumn-cant-nested-types-that-have-a-comma branch from d848454 to c5b4ca7 Compare December 2, 2024 06:27
@Yibo-Chen13 Yibo-Chen13 merged commit 70a1c63 into develop Dec 2, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MapColumn can't nested types that have a comma.
2 participants