Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.21.0
-
None
-
Hadoop 0.21.0 pre-release and Vertica 3.5
-
Incompatible change, Reviewed
-
Adds support for Vertica 3.5 truncate table, deploy_design and numeric types.
Description
Vertica 3.5 includes three changes that the formatters should handle:
1) deploy_design function that handles much of the logic in the optimize method. This improvement uses deploy_design if the server version supports it instead of orchestrating in the formatter function.
2) truncate table instead of recreating the table
3) numeric, decimal, money, number types (all the same path)