Aqua Data Studio 17.0.0-rc-5
Build #: 46199
Built on: 2015-Oct-04 07:18:03 PM
1. Create a Table with Table Storage Format- PARQUET,
OR execute below script
2.Table is created with PARQUET format
3. In Alter Table, Storage Tab, Stored As is displayed as 'INPUT/OUTPUT FORMAT'
4. Click on it, It display Stored AS field as TEXTFILE always.
|
110 KB
Hi Anil, Text file is the default for the option list so it will always start with text file. When you display text file there is a list of all the different storage options. From that list, you can select which storage option that you want to alter the table with. It would be nice to have the list start off at parquet, as in this example, but there is nothing in that part of the code where I can get the original storage type. I don't think we should attempt to fix this since it really isn't broken. Thanks, Tom
Marking this issue as Verified with reference to Tom's comment.
Marking this issue as Verified with reference to Tom's comment.
Issue #13768 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
relates to #13791
Issue #13791Hive - Add correct format value to the "Stored As" field rather then using a default value of "INPUT/OUTPUT FORMAT" |
Hi Anil, Text file is the default for the option list so it will always start with text file. When you display text file there is a list of all the different storage options. From that list, you can select which storage option that you want to alter the table with. It would be nice to have the list start off at parquet, as in this example, but there is nothing in that part of the code where I can get the original storage type. I don't think we should attempt to fix this since it really isn't broken. Thanks, Tom