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/ibis/sql tablelength fallback #2559

Merged

Conversation

kartik4949
Copy link
Collaborator

@kartik4949 kartik4949 commented Oct 24, 2024

Description

fix #2561

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make unit_testing and make integration-testing successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@kartik4949 kartik4949 force-pushed the fix/ibis/sql-tablelength-fallback branch 2 times, most recently from 15100cb to c06098e Compare October 24, 2024 10:28
@kartik4949 kartik4949 force-pushed the fix/ibis/sql-tablelength-fallback branch from c06098e to 9726276 Compare October 24, 2024 10:34
@kartik4949 kartik4949 force-pushed the fix/ibis/sql-tablelength-fallback branch from 9726276 to e43d238 Compare October 25, 2024 09:15
@@ -640,14 +641,21 @@ def _deep_flat_decode(r, builds, getters: _Getters, db: t.Optional['Datalayer']
return r


def _check_if_version(x):
if x.isnumeric():
if int(x) < _VERSION_LIMIT:
Copy link
Collaborator

Choose a reason for hiding this comment

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

<= ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure, we can do it

@kartik4949 kartik4949 merged commit 19c44d5 into superduper-io:main Oct 28, 2024
4 checks passed
@kartik4949 kartik4949 deleted the fix/ibis/sql-tablelength-fallback branch October 28, 2024 08:58
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.

[BUG] Raise error on table and column length exceed for sql databases
3 participants