You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor schema handling and enhance column/table management
- Removed deprecated Column and Table classes from the schema module, introducing ColumnRef for better reference management.
- Updated the SchemaRetrieverNode to build tables from schema snapshots, incorporating relationships and metadata.
- Enhanced the LogicalValidatorNode to enforce join relationships and validate against column statistics.
- Improved error handling and logging in various pipeline nodes for better traceability.
- Refactored imports across the codebase to utilize the new schema structure, ensuring consistency and clarity.
0 commit comments