SourabhBadhya commented on code in PR #5254:
URL: https://github.com/apache/hive/pull/5254#discussion_r1686426474
##########
itests/hive-blobstore/src/test/results/clientpositive/insert_overwrite_directory.q.out:
##########
@@ -181,6 +181,7 @@ STAGE PLANS:
bucketing_version -1
columns _col0,_col1
columns.types int:string
+ file.sink.write.operation.merge.null true
Review Comment:
Added null check during setting property.
##########
iceberg/iceberg-handler/src/test/results/positive/delete_iceberg_copy_on_write_partitioned.q.out:
##########
@@ -126,16 +126,16 @@ STAGE PLANS:
predicate: FILE__PATH is not null (type: boolean)
Statistics: Num rows: 6 Data size: 582 Basic stats:
COMPLETE Column stats: COMPLETE
Select Operator
- expressions: a (type: int), b (type: string), c (type:
int), PARTITION__SPEC__ID (type: int), PARTITION__HASH (type: bigint),
FILE__PATH (type: string), ROW__POSITION (type: bigint)
- outputColumnNames: _col0, _col1, _col2, _col3, _col4,
_col5, _col6
- Statistics: Num rows: 6 Data size: 1806 Basic stats:
COMPLETE Column stats: COMPLETE
+ expressions: a (type: int), b (type: string), c (type:
int), PARTITION__SPEC__ID (type: int), PARTITION__HASH (type: bigint),
FILE__PATH (type: string), ROW__POSITION (type: bigint), PARTITION_PROJECTION
(type: string)
+ outputColumnNames: _col0, _col1, _col2, _col3, _col4,
_col5, _col6, _col7
+ Statistics: Num rows: 6 Data size: 2910 Basic stats:
COMPLETE Column stats: COMPLETE
Review Comment:
Yes its just a schema change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]