abstractdog commented on code in PR #4515:
URL: https://github.com/apache/hive/pull/4515#discussion_r1275272474


##########
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:
   I see, but why is it behaving like this? msck makes sense, but only because 
you're using a partitioned table, as without msck the hive doesn't even see the 
data I guess...also, regarding external table, it shouldn't be related to 
dictionaries, what's the connection between the table's managed/external nature 
and this issue? I guess it should reproduce the failure without partitions too: 
simply copy the data file to a managed table's location with no partitions and 
define a managed table



-- 
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]

Reply via email to