mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
disable 'hbasealltypessmall'
|
|
drop 'hbasealltypessmall'
|
|
create 'hbasealltypessmall', 'bools', 'ints', 'floats', 'strings'
|
|
enable 'hbasealltypessmall'
|
|
disable 'hbasealltypeserror'
|
|
drop 'hbasealltypeserror'
|
|
create 'hbasealltypeserror', 'bools', 'ints', 'floats', 'strings'
|
|
enable 'hbasealltypeserror'
|
|
disable 'hbasealltypeserrornonulls'
|
|
drop 'hbasealltypeserrornonulls'
|
|
create 'hbasealltypeserrornonulls', 'bools', 'ints', 'floats', 'strings'
|
|
enable 'hbasealltypeserrornonulls'
|
|
disable 'hbasealltypesagg'
|
|
drop 'hbasealltypesagg'
|
|
create 'hbasealltypesagg', 'bools', 'ints', 'floats', 'strings'
|
|
enable 'hbasealltypesagg'
|
|
disable 'hbaseinsertalltypesagg'
|
|
drop 'hbaseinsertalltypesagg'
|
|
create 'hbaseinsertalltypesagg', 'd'
|
|
enable 'hbaseinsertalltypesagg'
|
|
disable 'hbasealltypessmallbinary'
|
|
drop 'hbasealltypessmallbinary'
|
|
create 'hbasealltypessmallbinary', 'bools', 'ints', 'floats', 'strings'
|
|
enable 'hbasealltypessmallbinary'
|
|
drop 'hbaseinsertalltypesaggbinary'
|
|
create 'hbaseinsertalltypesaggbinary', 'd'
|
|
enable 'hbaseinsertalltypesaggbinary'
|
|
exit
|
|
|