File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19- package org .apache .hudi .stats ;
19+ package org .apache .hudi .metadata . stats ;
2020
2121import static org .apache .xtable .model .schema .InternalSchema .MetadataKey .TIMESTAMP_PRECISION ;
2222import static org .apache .xtable .model .schema .InternalSchema .MetadataValue .MICROS ;
Original file line number Diff line number Diff line change 5757import org .apache .hudi .hadoop .fs .CachingPath ;
5858import org .apache .hudi .metadata .HoodieIndexVersion ;
5959import org .apache .hudi .metadata .HoodieTableMetadata ;
60- import org .apache .hudi .stats .HoodieColumnRangeMetadata ;
61- import org .apache .hudi .stats .ValueMetadata ;
62- import org .apache .hudi .stats .XTableValueMetadata ;
60+ import org .apache .hudi .metadata . stats .HoodieColumnRangeMetadata ;
61+ import org .apache .hudi .metadata . stats .ValueMetadata ;
62+ import org .apache .hudi .metadata . stats .XTableValueMetadata ;
6363
6464import org .apache .xtable .collectors .CustomCollectors ;
6565import org .apache .xtable .exception .ReadException ;
Original file line number Diff line number Diff line change 5454import org .apache .hudi .metadata .HoodieTableMetadata ;
5555import org .apache .hudi .metadata .HoodieTableMetadataUtil ;
5656import org .apache .hudi .metadata .MetadataPartitionType ;
57- import org .apache .hudi .stats .HoodieColumnRangeMetadata ;
58- import org .apache .hudi .stats .ValueMetadata ;
59- import org .apache .hudi .stats .XTableValueMetadata ;
57+ import org .apache .hudi .metadata . stats .HoodieColumnRangeMetadata ;
58+ import org .apache .hudi .metadata . stats .ValueMetadata ;
59+ import org .apache .hudi .metadata . stats .XTableValueMetadata ;
6060
6161import org .apache .xtable .avro .AvroSchemaConverter ;
6262import org .apache .xtable .collectors .CustomCollectors ;
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19- package org .apache .hudi .stats ;
19+ package org .apache .hudi .metadata . stats ;
2020
2121import static org .junit .jupiter .api .Assertions .assertEquals ;
2222import static org .junit .jupiter .api .Assertions .assertInstanceOf ;
Original file line number Diff line number Diff line change 3939import org .apache .avro .generic .GenericRecord ;
4040import org .apache .hadoop .conf .Configuration ;
4141
42- import org .apache .hudi .avro .HoodieAvroUtils ;
4342import org .apache .hudi .client .HoodieJavaWriteClient ;
4443import org .apache .hudi .client .WriteStatus ;
4544import org .apache .hudi .client .clustering .plan .strategy .JavaSizeBasedClusteringPlanStrategy ;
4645import org .apache .hudi .client .clustering .run .strategy .JavaSortAndSizeExecutionStrategy ;
4746import org .apache .hudi .client .common .HoodieJavaEngineContext ;
47+ import org .apache .hudi .common .avro .HoodieAvroUtils ;
4848import org .apache .hudi .common .config .TypedProperties ;
4949import org .apache .hudi .common .engine .HoodieEngineContext ;
5050import org .apache .hudi .common .model .HoodieAvroPayload ;
Original file line number Diff line number Diff line change 4848import org .apache .hudi .config .HoodieArchivalConfig ;
4949import org .apache .hudi .config .HoodieIndexConfig ;
5050import org .apache .hudi .config .HoodieWriteConfig ;
51- import org .apache .hudi .stats .HoodieColumnRangeMetadata ;
51+ import org .apache .hudi .metadata . stats .HoodieColumnRangeMetadata ;
5252
5353@ NoArgsConstructor (access = AccessLevel .PRIVATE )
5454public class HudiTestUtil {
Original file line number Diff line number Diff line change 1919package org .apache .xtable .hudi ;
2020
2121import static org .apache .hudi .hadoop .fs .HadoopFSUtils .getStorageConf ;
22- import static org .apache .hudi .stats .XTableValueMetadata .getValueMetadata ;
22+ import static org .apache .hudi .metadata . stats .XTableValueMetadata .getValueMetadata ;
2323import static org .apache .xtable .hudi .HudiTestUtil .createWriteStatus ;
2424import static org .apache .xtable .hudi .HudiTestUtil .getHoodieWriteConfig ;
2525import static org .apache .xtable .hudi .HudiTestUtil .initTableAndGetMetaClient ;
6060import org .apache .hudi .config .HoodieWriteConfig ;
6161import org .apache .hudi .hadoop .fs .CachingPath ;
6262import org .apache .hudi .metadata .HoodieIndexVersion ;
63- import org .apache .hudi .stats .HoodieColumnRangeMetadata ;
64- import org .apache .hudi .stats .ValueMetadata ;
65- import org .apache .hudi .stats .ValueType ;
63+ import org .apache .hudi .metadata . stats .HoodieColumnRangeMetadata ;
64+ import org .apache .hudi .metadata . stats .ValueMetadata ;
65+ import org .apache .hudi .metadata . stats .ValueType ;
6666
6767import org .apache .xtable .model .schema .InternalField ;
6868import org .apache .xtable .model .schema .InternalPartitionField ;
You can’t perform that action at this time.
0 commit comments