Tighten batch execution and input validation #19

Merged
haedong merged 1 commit from development_g into development 2026-07-27 15:41:13 +09:00
Owner

Summary

  • apply batch existing-table plans during execution instead of prompting again per table
  • enforce strict boolean parsing for imported nullable/pk/fk values
  • reject unsupported Kudu partition types on the server side
  • remove HDFS/Object Storage EXT generation paths and validate them as unsupported
  • normalize remaining batch action visibility and partition meta UI behavior

Verification

  • python3 -m compileall app
  • bash -n bin/build.sh
  • importer/validator simulations for invalid bool tokens, batch option normalization, and dialect constraint checks
  • five review/verification passes after fixes with no further issues found
## Summary - apply batch existing-table plans during execution instead of prompting again per table - enforce strict boolean parsing for imported nullable/pk/fk values - reject unsupported Kudu partition types on the server side - remove HDFS/Object Storage EXT generation paths and validate them as unsupported - normalize remaining batch action visibility and partition meta UI behavior ## Verification - python3 -m compileall app - bash -n bin/build.sh - importer/validator simulations for invalid bool tokens, batch option normalization, and dialect constraint checks - five review/verification passes after fixes with no further issues found
haedong merged commit e7379d21c4 into development 2026-07-27 15:41:13 +09:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
haedong/table_generator!19
No description provided.