Class FileBasedHiveDataSource
java.lang.Object
io.trino.tempto.internal.convention.tabledefinitions.FileBasedHiveDataSource
- All Implemented Interfaces:
HiveDataSource
-
Constructor Summary
ConstructorsConstructorDescriptionFileBasedHiveDataSource(ConventionTableDefinitionDescriptor tableDefinitionDescriptor) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.tempto.fulfillment.table.hive.HiveDataSource
getStatistics
-
Constructor Details
-
FileBasedHiveDataSource
-
-
Method Details
-
getPathSuffix
- Specified by:
getPathSuffixin interfaceHiveDataSource- Returns:
- path suffix where data source data should be stored
-
data
- Specified by:
datain interfaceHiveDataSource- Returns:
- collection with table files
HdfsClient.RepeatableContentProducer. For eachHdfsClient.RepeatableContentProducerseparate file will be created on HDFS
-