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

[Bug][Manager] Adding columns to a Hive table does not take effect #1858

Closed
1 of 2 tasks
healchow opened this issue Nov 29, 2021 · 2 comments · Fixed by #4554
Closed
1 of 2 tasks

[Bug][Manager] Adding columns to a Hive table does not take effect #1858

healchow opened this issue Nov 29, 2021 · 2 comments · Fixed by #4554
Assignees
Labels
Milestone

Comments

@healchow
Copy link
Member

What happened

  1. Add column named name for Hive storage.

image

  1. The workflow was executed successfully.

image

  1. But there is no such field in the Hive table.

image

What you expected to happen

The system can successfully add fields to the Hive table.

How to reproduce

  1. Apply for a business, which includes a data stream and Hive storage, add a field named id.

  2. Passed the approval and the Hive table is successfully created.

  3. Modify the Hive storage, just add any field, save.

  4. Make sure the workflow was successful.

image

  1. Go to the Hive table and check that the field you just added is not actually added.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow healchow added the type/bug Something is wrong label Nov 29, 2021
@healchow
Copy link
Member Author

The problem may be here: inlong-manager/manager-service -> HiveTableOperator#createHiveTable method.

@dockerzhang dockerzhang added this to the 0.13.0 milestone Dec 22, 2021
@dockerzhang dockerzhang modified the milestones: 0.13.0, 1.1.0 Jan 26, 2022
@dockerzhang dockerzhang modified the milestones: 1.1.0, 1.2.0 Apr 1, 2022
@healchow healchow changed the title [Bug][InLong-Manager] Adding columns to a Hive table does not take evvect [Bug][Manager] Adding columns to a Hive table does not take effect May 25, 2022
@healchow healchow modified the milestones: 1.2.0, 1.2.1 May 25, 2022
@dockerzhang dockerzhang modified the milestones: 1.2.1, 1.2.0 May 26, 2022
@woofyzhao
Copy link
Contributor

Fixed by invoking stream operation on update.

@healchow healchow assigned woofyzhao and unassigned healchow Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants