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

Fix incorrect variable length string data type creation #192

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

tasansal
Copy link
Contributor

Previously, the method did not account for string length. This change includes a condition to directly return string types without conversion. Additionally, comments were added for clarity on different data type sections.

Previously, the method did not account for string length. This change includes a condition to directly return string types without conversion. Additionally, comments were added for clarity on different data type sections.
@tasansal tasansal added the bug Something isn't working label Sep 26, 2024
@tasansal tasansal self-assigned this Sep 26, 2024
Changed the condition from checking 'value' to 'name' for strings. Modified the return statement to ensure proper string conversion. This improves readability and aligns with the updated specification.
@tasansal tasansal merged commit 5eb2832 into main Sep 26, 2024
30 checks passed
@tasansal tasansal deleted the fix-variable-string-dtype branch September 26, 2024 00:18
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.17%. Comparing base (52c4a41) to head (172db53).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   95.16%   95.17%           
=======================================
  Files          48       48           
  Lines        2193     2195    +2     
  Branches      262      263    +1     
=======================================
+ Hits         2087     2089    +2     
  Misses         81       81           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant