Files
doris/docs/documentation/cn/sql-reference/sql-statements
yuanli ba6d728f26 Enable parsing columns from file path for Broker Load (#1582) (#1635)
Currently, we do not support parsing encoded/compressed columns in file path, eg: extract column k1 from file path /path/to/dir/k1=1/xxx.csv

This patch is able to parse columns from file path like in Spark(Partition Discovery).

This patch parse partition columns at BrokerScanNode.java and save parsing result of each file path as a property of TBrokerRangeDesc, then the broker reader of BE can read the value of specified partition column.
2019-08-19 09:39:21 +08:00
..
2019-08-16 14:52:32 +08:00
2019-08-16 14:52:32 +08:00
2019-08-16 14:52:32 +08:00