abstractdog commented on code in PR #4515:
URL: https://github.com/apache/hive/pull/4515#discussion_r1274589604
##########
ql/src/test/queries/clientpositive/external_part_parquet_int_decimal.q:
##########
@@ -0,0 +1,52 @@
+dfs ${system:test.dfs.mkdir} -p
${system:test.tmp.dir}/hive27213/ws_sold_date_sk=2451825;
Review Comment:
can you please clarify here why parquet_int_decimal.q doesn't fail without
your patch?
with tables like:
```
CREATE TABLE parquet_decimal_spark (d1 decimal(4,2), d2 decimal(4,0), d3
decimal(12,5), d4 decimal(12,0)) stored as parquet;
```
--
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]