Description
Here is a condition that when hive version >= 2.3.9, it will call
case (2, 3, v) if v >= 9 => Hive.getWithoutRegisterFns(conf)
This method means to use getWithoutRegisterFns in 2.3.9 but if we use code of 2.3.8 or lower version, this will cause build failed, we should use invoke method here
Attachments
Issue Links
- is superceded by
-
SPARK-43320 Directly call Hive 2.3.9 API
- Resolved
- links to