We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the test
-- database: hive; groups: btr --! create table btr_test as select * from tpch.tiny.nation; select count(*) from btr_test; --! -- delimiter: |; trimValues: true; 5|
Here's what happened when I executed it:
Mar 28, 2016 7:48:55 PM com.teradata.tempto.internal.listeners.ProgressLoggingListener onTestStart INFO: [1 of 1] sql_tests.testcases.catalog.test (Groups: btr) Mar 28, 2016 7:48:55 PM com.teradata.tempto.internal.listeners.ProgressLoggingListener onTestFailure SEVERE: Exception: java.lang.StackOverflowError at com.teradata.tempto.catalog.test(Unknown Source) at com.teradata.tempto.catalog.test(Unknown Source) at com.teradata.tempto.catalog.test(Unknown Source) ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the test
Here's what happened when I executed it:
The text was updated successfully, but these errors were encountered: