Class HivePartitionDetector
java.lang.Object
org.elasticsearch.xpack.esql.datasources.HivePartitionDetector
- All Implemented Interfaces:
PartitionDetector
Detects Hive-style partition columns from file paths (e.g.,
/year=2024/month=06/file.parquet).
Parses key=value segments, validates consistency across all files, and infers types
using Spark-style rules: try Integer, Long, Double, Boolean, fallback to keyword.-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
name
- Specified by:
namein interfacePartitionDetector
-
detect
- Specified by:
detectin interfacePartitionDetector
-