-
Notifications
You must be signed in to change notification settings - Fork 17
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
CADC-13452 ingest an existing table into the tap_schema #174
Conversation
…on-action classes
… ingesting a table
…le index tests from CreateTableTest
# Conflicts: # cadc-tap-schema/src/main/java/ca/nrc/cadc/vosi/actions/PutAction.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some preliminary comments on the TableIngester and datatype handling only.
An alternative to the comment I made about the TableIngester ctor: maybe ingest
should just return the TableDesc and the calling code should do the TapSchemaDAO transaction?? Then that code could be used in ways other, like validating tap_schema vs table. Thoughts?
cadc-tap-server-pg/src/main/java/ca/nrc/cadc/tap/pg/PostgresDataTypeMapper.java
Show resolved
Hide resolved
cadc-tap-schema/src/main/java/ca/nrc/cadc/tap/db/BasicDataTypeMapper.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving and merging incomplete work so subsequent updates will be easier to review
No description provided.