after u did alter table, did you add any new data to table with new schema?

for the old data already present in data, if you add anything new in
columns it will be null value


On Wed, Jan 30, 2013 at 1:44 PM, hardik doshi <kool_har...@yahoo.com> wrote:

> Hi,
>
> I am running into an issue where ALTER TABLE CHANGE COLUMN does not seem
> to be working.
>
> I have a table with a column data type looking like array<struct<a:int,
> b:int>> and I am trying to it change to array<struct<a:int, b:int,
> c:string>> based
> on the underlying data schema change.
>
> The alter command succeeds and subsequent describe call shows me the
> updated table structure. But when tried querying the table,
> it returns null for the newly added field.
>
> This does not happen when a new table with updated column data type is
> created.
>
> Is this a known bug?
>
> Thanks,
> Hardik.
>
> PS:- My alter command: ALTER TABLE hardiktest CHANGE COLUMN col1 col2
> array<struct<a:int, b:int, c:string>>.
>



-- 
Nitin Pawar

Reply via email to