-
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
Column aliasing in INSERT INTO ... SELECT ... doesn't work in Lingual 1.1 with HBase #22
Comments
The issue isn't related to aliasing of the columns but the combination of swapping the column orders and having a file that doesn't match the definitions (the first line is blank but the table is defined as strictly delimited) The following code shows this:
|
Okay, thanks, let's close. |
Re-opening since my comment was just to clarify the source of the issue and the test case to reproduce. |
Ah okay, thanks |
There's an issue with the execution plan that gets created when the order is changed in this INSERT INTO ... SELECT example. |
np, thanks for letting me know |
Test script:
Error is:
The text was updated successfully, but these errors were encountered: