-
Notifications
You must be signed in to change notification settings - Fork 16
Fixing shading #69
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
Fixing shading #69
Conversation
/gcbrun |
does this pass acceptance test? 681318825121_0036_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE interesting that the complaint field VirtualColumn.VIRTUAL_COLUMN_NAMES is from hive-exec. |
import org.slf4j.LoggerFactory; | ||
import shaded.hivebqcon.com.google.cloud.bigquery.connector.common.*; | ||
import shaded.hivebqcon.com.google.common.annotations.VisibleForTesting; | ||
import shaded.hivebqcon.com.google.common.collect.ImmutableList; |
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.
don't know if the issue of java.lang.NoSuchFieldError: VIRTUAL_COLUMN_NAMES is relate to the change here.
/gcbrun |
1 similar comment
/gcbrun |
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.
LGTM
No description provided.