-
Notifications
You must be signed in to change notification settings - Fork 430
TEZ-4330. Import external tez component em-tgraph #147
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
base: master
Are you sure you want to change the base?
Conversation
🎊 +1 overall
This message was automatically generated. |
@@ -19,10 +19,10 @@ | |||
import Ember from 'ember'; | |||
|
|||
import MultiTableController from '../multi-table'; | |||
import ColumnDefinition from 'em-table/utils/column-definition'; |
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.
shouldn't this be part of em-table import, which is TEZ-4329?
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.
Yup
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.
Thanks. This change was in em-table PR as well. I'm glad you caught this accidental import. I'll merge em-table and then audit the list of imports to make sure we are good.
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.
@sreenaths / @abstractdog updated to fix import. should be ready for review again
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Co-authored-by: Sreenath Somarajapuram <sree@apache.org>
💔 -1 overall
This message was automatically generated. |
my previous comment was addressed, other than that this is mostly a copy from another repo (I mean don't have to read it line-by-line), precommit is green, so it's a +1 from my side |
Co-authored-by: Sreenath Somarajapuram sree@apache.org