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 default encoding and add cleanup tools for ibis #2359

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

blythed
Copy link
Collaborator

@blythed blythed commented Jul 31, 2024

Description

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

@blythed blythed force-pushed the fix/bytes-encoding-sqlvector branch from cb75ede to 9dea2ca Compare July 31, 2024 10:39
raise NotImplementedError
for table in self.conn.list_tables():
logging.info(f"Dropping table: {table}")
if '_outputs__' in table:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please change this to table.startswith(CFG.output_prefix)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yes good point.

@blythed blythed force-pushed the fix/bytes-encoding-sqlvector branch from 9dea2ca to 328c9dc Compare July 31, 2024 11:07
@blythed blythed merged commit db7caa8 into superduper-io:main Jul 31, 2024
3 checks passed
@blythed blythed deleted the fix/bytes-encoding-sqlvector branch October 27, 2024 13:53
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.

2 participants