-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-4769] [SQL] CTAS does not work when reading from temporary tables #3336
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
Conversation
Test build #23536 has started for PR 3336 at commit
|
Test build #23536 has finished for PR 3336 at commit
|
Test FAILed. |
Test build #23549 has started for PR 3336 at commit
|
Test build #23549 has finished for PR 3336 at commit
|
Test FAILed. |
Test build #23575 has started for PR 3336 at commit
|
Test build #23575 has finished for PR 3336 at commit
|
Test PASSed. |
47f3a9d
to
b85b620
Compare
Test build #24214 has started for PR 3336 at commit
|
Test build #24215 has started for PR 3336 at commit
|
Test build #24216 has started for PR 3336 at commit
|
Test build #24215 has finished for PR 3336 at commit
|
Test PASSed. |
Test build #24214 has finished for PR 3336 at commit
|
Test PASSed. |
Test build #24216 has finished for PR 3336 at commit
|
Test PASSed. |
@marmbrus Any comment on this? |
Test build #24217 has started for PR 3336 at commit
|
Test build #24218 has started for PR 3336 at commit
|
Test build #24217 has finished for PR 3336 at commit
|
Test PASSed. |
Test build #24218 has finished for PR 3336 at commit
|
Test PASSed. |
This is the code refactor and follow ups for #2570 Author: Cheng Hao <hao.cheng@intel.com> Closes #3336 from chenghao-intel/createtbl and squashes the following commits: 3563142 [Cheng Hao] remove the unused variable e215187 [Cheng Hao] eliminate the compiling warning 4f97f14 [Cheng Hao] fix bug in unittest 5d58812 [Cheng Hao] revert the API changes b85b620 [Cheng Hao] fix the regression of temp tabl not found in CTAS (cherry picked from commit 51b1fe1) Signed-off-by: Michael Armbrust <michael@databricks.com>
This is the code refactor and follow ups for #2570