fx19880617 edited a comment on pull request #6214:
URL: https://github.com/apache/incubator-pinot/pull/6214#issuecomment-719165919


   This is a sample job log:
   ```
   ➜ bin/pinot-ingestion-job.sh -jobSpecFile 
examples/batch/airlineStats/ingestionJobSpec.yaml
   2020/10/29 21:33:48.295 INFO [IngestionJobLauncher] [main] 
SegmentGenerationJobSpec:
   !!org.apache.pinot.spi.ingestion.batch.spec.SegmentGenerationJobSpec
   excludeFileNamePattern: null
   executionFrameworkSpec: {extraConfigs: null, name: standalone, 
segmentGenerationJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner,
     segmentMetadataPushJobRunnerClassName: null, 
segmentTarPushJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentTarPushJobRunner,
     segmentUriPushJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentUriPushJobRunner}
   includeFileNamePattern: glob:**/*.avro
   inputDirURI: examples/batch/airlineStats/rawdata
   jobType: SegmentCreationAndTarPush
   outputDirURI: examples/batch/airlineStats/segments
   overwriteOutput: true
   pinotClusterSpecs:
   - {controllerURI: 'http://localhost:9000'}
   pinotFSSpecs:
   - {className: org.apache.pinot.spi.filesystem.LocalPinotFS, configs: null, 
scheme: file}
   pushJobSpec: {pushAttempts: 2, pushParallelism: 1, pushRetryIntervalMillis: 
1000,
     segmentUriPrefix: null, segmentUriSuffix: null}
   recordReaderSpec: {className: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader,
     configClassName: null, configs: null, dataFormat: avro}
   segmentCreationJobParallelism: 4
   segmentNameGeneratorSpec: null
   tableSpec: {schemaURI: 'http://localhost:9000/tables/airlineStats/schema', 
tableConfigURI: 'http://localhost:9000/tables/airlineStats',
     tableName: airlineStats}
   
   2020/10/29 21:33:48.299 INFO [IngestionJobLauncher] [main] Trying to create 
instance for class 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner
   2020/10/29 21:33:48.301 INFO [SegmentGenerationJobRunner] [main] Creating an 
executor service with 4 threads.
   2020/10/29 21:33:48.356 INFO [PinotFSFactory] [main] Initializing PinotFS 
for scheme file, classname org.apache.pinot.spi.filesystem.LocalPinotFS
   2020/10/29 21:33:48.776 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/03/airlineStats_data_2014-01-03.avro
   2020/10/29 21:33:48.779 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/04/airlineStats_data_2014-01-04.avro
   2020/10/29 21:33:48.780 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/05/airlineStats_data_2014-01-05.avro
   2020/10/29 21:33:48.782 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/02/airlineStats_data_2014-01-02.avro
   2020/10/29 21:33:48.784 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/20/airlineStats_data_2014-01-20.avro
   2020/10/29 21:33:48.786 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/18/airlineStats_data_2014-01-18.avro
   2020/10/29 21:33:48.787 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/27/airlineStats_data_2014-01-27.avro
   2020/10/29 21:33:48.788 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/11/airlineStats_data_2014-01-11.avro
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.790 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/29/airlineStats_data_2014-01-29.avro
   2020/10/29 21:33:48.791 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/16/airlineStats_data_2014-01-16.avro
   2020/10/29 21:33:48.792 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/28/airlineStats_data_2014-01-28.avro
   2020/10/29 21:33:48.794 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/17/airlineStats_data_2014-01-17.avro
   2020/10/29 21:33:48.795 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/10/airlineStats_data_2014-01-10.avro
   2020/10/29 21:33:48.796 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/19/airlineStats_data_2014-01-19.avro
   2020/10/29 21:33:48.797 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/26/airlineStats_data_2014-01-26.avro
   2020/10/29 21:33:48.806 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/21/airlineStats_data_2014-01-21.avro
   2020/10/29 21:33:48.808 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/07/airlineStats_data_2014-01-07.avro
   2020/10/29 21:33:48.809 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/09/airlineStats_data_2014-01-09.avro
   2020/10/29 21:33:48.812 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/31/airlineStats_data_2014-01-31.avro
   2020/10/29 21:33:48.813 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/30/airlineStats_data_2014-01-30.avro
   2020/10/29 21:33:48.814 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/08/airlineStats_data_2014-01-08.avro
   2020/10/29 21:33:48.815 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/01/airlineStats_data_2014-01-01.avro
   2020/10/29 21:33:48.817 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/06/airlineStats_data_2014-01-06.avro
   2020/10/29 21:33:48.818 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/24/airlineStats_data_2014-01-24.avro
   2020/10/29 21:33:48.819 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/23/airlineStats_data_2014-01-23.avro
   2020/10/29 21:33:48.820 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/15/airlineStats_data_2014-01-15.avro
   2020/10/29 21:33:48.822 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/12/airlineStats_data_2014-01-12.avro
   2020/10/29 21:33:48.823 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/13/airlineStats_data_2014-01-13.avro
   2020/10/29 21:33:48.824 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/14/airlineStats_data_2014-01-14.avro
   2020/10/29 21:33:48.825 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/22/airlineStats_data_2014-01-22.avro
   2020/10/29 21:33:48.827 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/25/airlineStats_data_2014-01-25.avro
   2020/10/29 21:33:49.018 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Finished building StatsCollector!
   2020/10/29 21:33:49.018 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Collected stats for 307 documents
   2020/10/29 21:33:49.023 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Finished building StatsCollector!
   2020/10/29 21:33:49.024 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Collected stats for 409 documents
   2020/10/29 21:33:49.024 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Finished building StatsCollector!
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Collected stats for 403 documents
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Finished building StatsCollector!
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Collected stats for 422 documents
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: FlightNum with cardinality: 386, range: 14 
to 7389
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: FlightNum with cardinality: 395, range: 6 to 
7428
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: FlightNum with cardinality: 303, range: 4 to 
7410
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: FlightNum with cardinality: 402, range: 24 
to 7389
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: Origin, size: 297
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: Origin, size: 321
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: Origin, size: 294
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: Origin, size: 360
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: Origin with cardinality: 98, max length 
in bytes: 3, range: ABQ to VPS
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: Origin with cardinality: 99, max length 
in bytes: 3, range: ALB to TVC
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: Origin with cardinality: 107, max length 
in bytes: 3, range: ABQ to XNA
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: Origin with cardinality: 120, max length 
in bytes: 3, range: ABQ to YUM
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 58, 
range: -2147483648 to 373
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 48, 
range: -2147483648 to 185
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 62, 
range: -2147483648 to 291
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 50, 
range: -2147483648 to 303
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 47, 
range: -2147483648 to 891
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 58, 
range: -2147483648 to 1968
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 31, 
range: -2147483648 to 773
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 87, 
range: -2147483648 to 1241
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivWheelsOns with cardinality: 127, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivWheelsOns with cardinality: 107, range: 
-2147483648 to 2341
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivWheelsOns with cardinality: 149, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.065 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivWheelsOns with cardinality: 50, range: 
-2147483648 to 2309
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 93, range: 
-2147483648 to 2353
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 47, range: 
-2147483648 to 2153
   2020/10/29 21:33:49.067 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 67, range: 
-2147483648 to 2349
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 34, range: 
-2147483648 to 2315
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: AirTime with cardinality: 136, range: 
-2147483648 to 362
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: AirTime with cardinality: 151, range: 
-2147483648 to 397
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: AirTime with cardinality: 151, range: 
-2147483648 to 361
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: AirTime with cardinality: 140, range: 
-2147483648 to 362
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 68, range: 
-2147483648 to 119
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 40, range: 
-2147483648 to 123
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 57, range: 
-2147483648 to 139
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 38, range: 
-2147483648 to 94
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.072 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.072 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DestCityMarketID with cardinality: 81, 
range: 30136 to 34819
   2020/10/29 21:33:49.073 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DestCityMarketID with cardinality: 90, 
range: 30140 to 35356
   2020/10/29 21:33:49.072 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DestCityMarketID with cardinality: 86, 
range: 30136 to 35411
   2020/10/29 21:33:49.072 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DestCityMarketID with cardinality: 82, 
range: 30070 to 35389
   2020/10/29 21:33:49.077 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivAirportSeqIDs with cardinality: 56, 
range: -2147483648 to 1540103
   2020/10/29 21:33:49.077 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivAirportSeqIDs with cardinality: 27, 
range: -2147483648 to 1591902
   2020/10/29 21:33:49.077 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivAirportSeqIDs with cardinality: 58, 
range: -2147483648 to 1591902
   2020/10/29 21:33:49.077 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivAirportSeqIDs with cardinality: 58, 
range: -2147483648 to 1584102
   2020/10/29 21:33:49.078 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DaysSinceEpoch with cardinality: 1, range: 
16075 to 16075
   2020/10/29 21:33:49.078 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DaysSinceEpoch with cardinality: 1, range: 
16073 to 16073
   2020/10/29 21:33:49.078 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DaysSinceEpoch with cardinality: 1, range: 
16074 to 16074
   2020/10/29 21:33:49.078 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DaysSinceEpoch with cardinality: 1, range: 
16072 to 16072
   2020/10/29 21:33:49.079 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DepTime with cardinality: 319, range: 
-2147483648 to 2341
   2020/10/29 21:33:49.079 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DepTime with cardinality: 321, range: 
-2147483648 to 2356
   2020/10/29 21:33:49.079 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DepTime with cardinality: 246, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.079 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DepTime with cardinality: 302, range: 
-2147483648 to 2345
   2020/10/29 21:33:49.080 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Month with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.080 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Month with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.080 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Month with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.080 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Month with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.082 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: CRSElapsedTime with cardinality: 154, range: 
39 to 430
   2020/10/29 21:33:49.082 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: CRSElapsedTime with cardinality: 175, range: 
42 to 570
   2020/10/29 21:33:49.082 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: CRSElapsedTime with cardinality: 180, range: 
19 to 399
   2020/10/29 21:33:49.082 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: CRSElapsedTime with cardinality: 181, range: 
36 to 403
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: DestStateName, size: 588
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: DestStateName, size: 588
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: DestStateName, size: 588
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: DestStateName, size: 602
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: DestStateName with cardinality: 42, max 
length in bytes: 14, range: Alabama to Wyoming
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: DestStateName with cardinality: 42, max 
length in bytes: 14, range: Alabama to Washington
   2020/10/29 21:33:49.085 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: DestStateName with cardinality: 42, max 
length in bytes: 14, range: Alabama to Wyoming
   2020/10/29 21:33:49.084 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: DestStateName with cardinality: 43, max 
length in bytes: 14, range: Alabama to Wyoming
   2020/10/29 21:33:49.086 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: Carrier, size: 28
   2020/10/29 21:33:49.086 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: Carrier, size: 28
   2020/10/29 21:33:49.086 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: Carrier, size: 28
   2020/10/29 21:33:49.086 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: Carrier, size: 28
   2020/10/29 21:33:49.087 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: Carrier with cardinality: 14, max length 
in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.087 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: Carrier with cardinality: 14, max length 
in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.087 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: Carrier with cardinality: 14, max length 
in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.087 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: Carrier with cardinality: 14, max length 
in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.088 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DestAirportID with cardinality: 103, range: 
10136 to 15919
   2020/10/29 21:33:49.088 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DestAirportID with cardinality: 98, range: 
10140 to 15389
   2020/10/29 21:33:49.088 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DestAirportID with cardinality: 95, range: 
10136 to 15370
   2020/10/29 21:33:49.088 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DestAirportID with cardinality: 106, range: 
10140 to 15919
   2020/10/29 21:33:49.090 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Distance with cardinality: 297, range: 56 to 
2762
   2020/10/29 21:33:49.090 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Distance with cardinality: 247, range: 86 to 
3801
   2020/10/29 21:33:49.090 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Distance with cardinality: 296, range: 127 
to 4983
   2020/10/29 21:33:49.090 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Distance with cardinality: 312, range: 77 to 
2845
   2020/10/29 21:33:49.091 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: ArrTimeBlk, size: 171
   2020/10/29 21:33:49.091 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: ArrTimeBlk, size: 171
   2020/10/29 21:33:49.091 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: ArrTimeBlk, size: 171
   2020/10/29 21:33:49.091 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: ArrTimeBlk, size: 171
   2020/10/29 21:33:49.092 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: ArrTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.092 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: ArrTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.092 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: ArrTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.092 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: ArrTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.093 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivArrDelay with cardinality: 93, range: 
-2147483648 to 1068
   2020/10/29 21:33:49.093 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivArrDelay with cardinality: 30, range: 
-2147483648 to 681
   2020/10/29 21:33:49.093 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivArrDelay with cardinality: 59, range: 
-2147483648 to 1651
   2020/10/29 21:33:49.093 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivArrDelay with cardinality: 43, range: 
-2147483648 to 868
   2020/10/29 21:33:49.094 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: SecurityDelay with cardinality: 2, range: 
-2147483648 to 0
   2020/10/29 21:33:49.094 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: SecurityDelay with cardinality: 2, range: 
-2147483648 to 0
   2020/10/29 21:33:49.094 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: SecurityDelay with cardinality: 2, range: 
-2147483648 to 0
   2020/10/29 21:33:49.094 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: SecurityDelay with cardinality: 2, range: 
-2147483648 to 0
   2020/10/29 21:33:49.095 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: LongestAddGTime with cardinality: 4, range: 
-2147483648 to 42
   2020/10/29 21:33:49.095 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: LongestAddGTime with cardinality: 4, range: 
-2147483648 to 58
   2020/10/29 21:33:49.095 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: LongestAddGTime with cardinality: 1, range: 
-2147483648 to -2147483648
   2020/10/29 21:33:49.095 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: LongestAddGTime with cardinality: 11, range: 
-2147483648 to 148
   2020/10/29 21:33:49.096 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: OriginWac with cardinality: 45, range: 1 to 
93
   2020/10/29 21:33:49.096 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: OriginWac with cardinality: 47, range: 1 to 
93
   2020/10/29 21:33:49.096 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: OriginWac with cardinality: 36, range: 1 to 
93
   2020/10/29 21:33:49.096 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: OriginWac with cardinality: 46, range: 1 to 
93
   2020/10/29 21:33:49.098 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: WheelsOff with cardinality: 309, range: 
-2147483648 to 2358
   2020/10/29 21:33:49.098 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: WheelsOff with cardinality: 328, range: 
-2147483648 to 2357
   2020/10/29 21:33:49.098 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: WheelsOff with cardinality: 327, range: 
-2147483648 to 2350
   2020/10/29 21:33:49.098 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: WheelsOff with cardinality: 257, range: 
-2147483648 to 2351
   2020/10/29 21:33:49.099 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DestAirportSeqID with cardinality: 98, 
range: 1014002 to 1538902
   2020/10/29 21:33:49.099 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DestAirportSeqID with cardinality: 103, 
range: 1013603 to 1591902
   2020/10/29 21:33:49.099 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DestAirportSeqID with cardinality: 106, 
range: 1014002 to 1591902
   2020/10/29 21:33:49.099 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DestAirportSeqID with cardinality: 95, 
range: 1013603 to 1537002
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: UniqueCarrier, size: 28
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: UniqueCarrier, size: 28
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: UniqueCarrier, size: 28
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: UniqueCarrier, size: 28
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: UniqueCarrier with cardinality: 14, max 
length in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: UniqueCarrier with cardinality: 14, max 
length in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: UniqueCarrier with cardinality: 14, max 
length in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.100 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: UniqueCarrier with cardinality: 14, max 
length in bytes: 2, range: AA to WN
   2020/10/29 21:33:49.101 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivReachedDest with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.101 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivReachedDest with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.101 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivReachedDest with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.101 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivReachedDest with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.102 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Diverted with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.102 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Diverted with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.102 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Diverted with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.102 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Diverted with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.103 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ActualElapsedTime with cardinality: 144, 
range: -2147483648 to 415
   2020/10/29 21:33:49.103 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ActualElapsedTime with cardinality: 154, 
range: -2147483648 to 386
   2020/10/29 21:33:49.103 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ActualElapsedTime with cardinality: 154, 
range: -2147483648 to 423
   2020/10/29 21:33:49.103 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: ActualElapsedTime with cardinality: 145, 
range: -2147483648 to 397
   2020/10/29 21:33:49.104 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: AirlineID with cardinality: 14, range: 19393 
to 21171
   2020/10/29 21:33:49.104 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: AirlineID with cardinality: 14, range: 19393 
to 21171
   2020/10/29 21:33:49.104 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: AirlineID with cardinality: 14, range: 19393 
to 21171
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: AirlineID with cardinality: 14, range: 19393 
to 21171
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: OriginStateName, size: 1656
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: OriginStateName, size: 855
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: OriginStateName, size: 658
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: OriginStateName with cardinality: 36, max 
length in bytes: 46, range: Alabama to Wisconsin
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: OriginStateName with cardinality: 45, max 
length in bytes: 19, range: Alabama to Wyoming
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: OriginStateName, size: 644
   2020/10/29 21:33:49.105 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: OriginStateName with cardinality: 47, max 
length in bytes: 14, range: Alabama to Wyoming
   2020/10/29 21:33:49.106 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DepartureDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.106 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DepartureDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.106 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: OriginStateName with cardinality: 46, max 
length in bytes: 14, range: Alabama to Wyoming
   2020/10/29 21:33:49.110 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivAirportLandings with cardinality: 4, 
range: 0 to 9
   2020/10/29 21:33:49.110 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivAirportLandings with cardinality: 4, 
range: 0 to 9
   2020/10/29 21:33:49.110 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DepartureDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.110 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DepartureDelayGroups with cardinality: 15, 
range: -2147483648 to 12
   2020/10/29 21:33:49.111 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: FlightDate, size: 10
   2020/10/29 21:33:49.111 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: FlightDate, size: 10
   2020/10/29 21:33:49.112 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivAirportLandings with cardinality: 4, 
range: 0 to 9
   2020/10/29 21:33:49.112 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivAirportLandings with cardinality: 4, 
range: 0 to 9
   2020/10/29 21:33:49.112 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: FlightDate with cardinality: 1, max 
length in bytes: 10, range: 2014-01-03 to 2014-01-03
   2020/10/29 21:33:49.112 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: FlightDate with cardinality: 1, max 
length in bytes: 10, range: 2014-01-04 to 2014-01-04
   2020/10/29 21:33:49.112 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: FlightDate, size: 10
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: FlightDate, size: 10
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: OriginCityName, size: 3480
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: OriginCityName, size: 3230
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: FlightDate with cardinality: 1, max 
length in bytes: 10, range: 2014-01-02 to 2014-01-02
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: FlightDate with cardinality: 1, max 
length in bytes: 10, range: 2014-01-05 to 2014-01-05
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: OriginCityName with cardinality: 116, max 
length in bytes: 30, range: Akron, OH to Yuma, AZ
   2020/10/29 21:33:49.113 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: OriginCityName with cardinality: 95, max 
length in bytes: 34, range: Aguadilla, PR to West Palm Beach/Palm Beach, FL
   2020/10/29 21:33:49.114 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: OriginCityName, size: 3090
   2020/10/29 21:33:49.114 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: OriginCityName, size: 3196
   2020/10/29 21:33:49.114 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: OriginStateFips with cardinality: 36, range: 
1 to 75
   2020/10/29 21:33:49.114 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: OriginStateFips with cardinality: 45, range: 
1 to 78
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: OriginCityName with cardinality: 103, max 
length in bytes: 30, range: Aguadilla, PR to Wilmington, NC
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: OriginCityName with cardinality: 94, max 
length in bytes: 34, range: Albany, NY to Wichita, KS
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: OriginState, size: 72
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: OriginState, size: 90
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: OriginState with cardinality: 45, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.115 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: OriginState with cardinality: 36, max 
length in bytes: 2, range: AK to WI
   2020/10/29 21:33:49.116 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: OriginStateFips with cardinality: 47, range: 
1 to 72
   2020/10/29 21:33:49.116 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: OriginStateFips with cardinality: 46, range: 
1 to 72
   2020/10/29 21:33:49.116 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DistanceGroup with cardinality: 11, range: 1 
to 11
   2020/10/29 21:33:49.116 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DistanceGroup with cardinality: 11, range: 1 
to 11
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: OriginState, size: 94
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: OriginState, size: 92
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: OriginState with cardinality: 46, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: OriginState with cardinality: 47, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: WeatherDelay with cardinality: 14, range: 
-2147483648 to 132
   2020/10/29 21:33:49.117 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: WeatherDelay with cardinality: 18, range: 
-2147483648 to 237
   2020/10/29 21:33:49.118 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DistanceGroup with cardinality: 11, range: 1 
to 11
   2020/10/29 21:33:49.118 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DistanceGroup with cardinality: 11, range: 1 
to 11
   2020/10/29 21:33:49.118 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DestWac with cardinality: 42, range: 1 to 93
   2020/10/29 21:33:49.118 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DestWac with cardinality: 42, range: 1 to 93
   2020/10/29 21:33:49.119 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: WeatherDelay with cardinality: 19, range: 
-2147483648 to 973
   2020/10/29 21:33:49.119 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: WeatherDelay with cardinality: 13, range: 
-2147483648 to 112
   2020/10/29 21:33:49.119 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: WheelsOn with cardinality: 238, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.119 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: WheelsOn with cardinality: 276, range: 
-2147483648 to 2400
   2020/10/29 21:33:49.120 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DestWac with cardinality: 43, range: 1 to 93
   2020/10/29 21:33:49.120 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: OriginAirportID with cardinality: 99, range: 
10257 to 15380
   2020/10/29 21:33:49.120 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: OriginAirportID with cardinality: 120, 
range: 10140 to 16218
   2020/10/29 21:33:49.120 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DestWac with cardinality: 42, range: 1 to 93
   2020/10/29 21:33:49.121 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: OriginCityMarketID with cardinality: 85, 
range: 30189 to 35380
   2020/10/29 21:33:49.121 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: WheelsOn with cardinality: 282, range: 
-2147483648 to 2347
   2020/10/29 21:33:49.121 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: OriginCityMarketID with cardinality: 105, 
range: 30140 to 35249
   2020/10/29 21:33:49.121 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: WheelsOn with cardinality: 257, range: 
-2147483648 to 2355
   2020/10/29 21:33:49.122 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: OriginAirportID with cardinality: 107, 
range: 10140 to 15919
   2020/10/29 21:33:49.122 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: NASDelay with cardinality: 30, range: 
-2147483648 to 133
   2020/10/29 21:33:49.122 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: OriginAirportID with cardinality: 98, range: 
10140 to 15624
   2020/10/29 21:33:49.122 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: NASDelay with cardinality: 37, range: 
-2147483648 to 113
   2020/10/29 21:33:49.123 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ArrTime with cardinality: 232, range: 
-2147483648 to 2352
   2020/10/29 21:33:49.123 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: OriginCityMarketID with cardinality: 82, 
range: 30140 to 35323
   2020/10/29 21:33:49.123 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: OriginCityMarketID with cardinality: 90, 
range: 30140 to 35380
   2020/10/29 21:33:49.123 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ArrTime with cardinality: 266, range: 
-2147483648 to 2355
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: DestState, size: 84
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: NASDelay with cardinality: 47, range: 
-2147483648 to 145
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: DestState, size: 84
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: DestState with cardinality: 42, max 
length in bytes: 2, range: AK to WA
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: NASDelay with cardinality: 48, range: 
-2147483648 to 320
   2020/10/29 21:33:49.125 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: DestState with cardinality: 42, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.127 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: ArrTime with cardinality: 291, range: 
-2147483648 to 2357
   2020/10/29 21:33:49.127 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ArrTime with cardinality: 262, range: 
-2147483648 to 2358
   2020/10/29 21:33:49.127 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ArrivalDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.127 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ArrivalDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.128 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: DestState, size: 86
   2020/10/29 21:33:49.128 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: DestState, size: 84
   2020/10/29 21:33:49.128 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: DestState with cardinality: 42, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.128 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: DestState with cardinality: 43, max 
length in bytes: 2, range: AK to WY
   2020/10/29 21:33:49.128 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Flights with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.129 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Flights with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.129 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: ArrivalDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.129 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ArrivalDelayGroups with cardinality: 16, 
range: -2147483648 to 12
   2020/10/29 21:33:49.130 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DayofMonth with cardinality: 1, range: 4 to 4
   2020/10/29 21:33:49.130 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DayofMonth with cardinality: 1, range: 3 to 3
   2020/10/29 21:33:49.130 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Flights with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.130 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Flights with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: RandomAirports, size: 312
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: RandomAirports with cardinality: 78, max 
length in bytes: 4, range: ABI to null
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: RandomAirports, size: 316
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: RandomAirports with cardinality: 79, max 
length in bytes: 4, range: ABI to null
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DayofMonth with cardinality: 1, range: 5 to 5
   2020/10/29 21:33:49.131 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DayofMonth with cardinality: 1, range: 2 to 2
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: TotalAddGTime with cardinality: 1, range: 
-2147483648 to -2147483648
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: RandomAirports, size: 272
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: TotalAddGTime with cardinality: 4, range: 
-2147483648 to 58
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: RandomAirports, size: 308
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: RandomAirports with cardinality: 77, max 
length in bytes: 4, range: ABI to null
   2020/10/29 21:33:49.132 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: RandomAirports with cardinality: 68, max 
length in bytes: 4, range: ABI to null
   2020/10/29 21:33:49.133 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: CRSDepTime with cardinality: 209, range: 500 
to 2335
   2020/10/29 21:33:49.133 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: CRSDepTime with cardinality: 250, range: 50 
to 2355
   2020/10/29 21:33:49.133 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: TotalAddGTime with cardinality: 4, range: 
-2147483648 to 42
   2020/10/29 21:33:49.133 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: TotalAddGTime with cardinality: 11, range: 
-2147483648 to 148
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DayOfWeek with cardinality: 1, range: 6 to 6
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DayOfWeek with cardinality: 1, range: 5 to 5
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: CRSDepTime with cardinality: 243, range: 25 
to 2337
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: CancellationCode, size: 16
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: CancellationCode, size: 16
   2020/10/29 21:33:49.134 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: CRSDepTime with cardinality: 243, range: 422 
to 2359
   2020/10/29 21:33:49.135 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: CancellationCode with cardinality: 4, max 
length in bytes: 4, range: A to null
   2020/10/29 21:33:49.135 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: CancellationCode with cardinality: 4, max 
length in bytes: 4, range: A to null
   2020/10/29 21:33:49.135 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DayOfWeek with cardinality: 1, range: 7 to 7
   2020/10/29 21:33:49.135 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DayOfWeek with cardinality: 1, range: 4 to 4
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: CancellationCode, size: 16
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: Dest, size: 318
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: Dest, size: 294
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: CancellationCode with cardinality: 4, max 
length in bytes: 4, range: A to null
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: Dest with cardinality: 106, max length in 
bytes: 3, range: ABQ to XNA
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: CancellationCode, size: 16
   2020/10/29 21:33:49.136 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: Dest with cardinality: 98, max length in 
bytes: 3, range: ABQ to TWF
   2020/10/29 21:33:49.137 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: Dest, size: 309
   2020/10/29 21:33:49.137 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: FirstDepTime with cardinality: 4, range: 
-2147483648 to 726
   2020/10/29 21:33:49.137 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: FirstDepTime with cardinality: 1, range: 
-2147483648 to -2147483648
   2020/10/29 21:33:49.137 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: Dest with cardinality: 103, max length in 
bytes: 3, range: ABI to XNA
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: DivTailNums, size: 210
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: DivTailNums, size: 300
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: FirstDepTime with cardinality: 4, range: 
-2147483648 to 1859
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: DivTailNums with cardinality: 50, max 
length in bytes: 6, range: N14940 to null
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: DivTailNums with cardinality: 35, max 
length in bytes: 6, range: N008AA to null
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: CancellationCode with cardinality: 4, max 
length in bytes: 4, range: A to null
   2020/10/29 21:33:49.138 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: DivTailNums, size: 396
   2020/10/29 21:33:49.139 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: DivTailNums with cardinality: 66, max 
length in bytes: 6, range: N163US to null
   2020/10/29 21:33:49.139 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DepDelayMinutes with cardinality: 115, 
range: -2147483648 to 466
   2020/10/29 21:33:49.139 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DepDelayMinutes with cardinality: 101, 
range: -2147483648 to 400
   2020/10/29 21:33:49.139 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: Dest, size: 285
   2020/10/29 21:33:49.139 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: Dest with cardinality: 95, max length in 
bytes: 3, range: ABI to TUL
   2020/10/29 21:33:49.140 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DepDelay with cardinality: 129, range: 
-2147483648 to 466
   2020/10/29 21:33:49.140 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DepDelay with cardinality: 114, range: 
-2147483648 to 400
   2020/10/29 21:33:49.140 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DepDelayMinutes with cardinality: 149, 
range: -2147483648 to 388
   2020/10/29 21:33:49.141 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: TaxiIn with cardinality: 28, range: 
-2147483648 to 46
   2020/10/29 21:33:49.141 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: TaxiIn with cardinality: 39, range: 
-2147483648 to 113
   2020/10/29 21:33:49.141 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DepDelay with cardinality: 160, range: 
-2147483648 to 388
   2020/10/29 21:33:49.141 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: FirstDepTime with cardinality: 11, range: 
-2147483648 to 2356
   2020/10/29 21:33:49.142 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: DivTailNums, size: 588
   2020/10/29 21:33:49.142 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: TaxiIn with cardinality: 31, range: 
-2147483648 to 83
   2020/10/29 21:33:49.142 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: OriginAirportSeqID with cardinality: 99, 
range: 1025702 to 1538003
   2020/10/29 21:33:49.142 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: OriginAirportSeqID with cardinality: 120, 
range: 1014002 to 1621801
   2020/10/29 21:33:49.142 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: DivTailNums with cardinality: 98, max 
length in bytes: 6, range: N001AA to null
   2020/10/29 21:33:49.143 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: OriginAirportSeqID with cardinality: 107, 
range: 1014002 to 1591902
   2020/10/29 21:33:49.143 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DestStateFips with cardinality: 42, range: 1 
to 53
   2020/10/29 21:33:49.143 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DestStateFips with cardinality: 42, range: 1 
to 72
   2020/10/29 21:33:49.143 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DepDelayMinutes with cardinality: 134, 
range: -2147483648 to 973
   2020/10/29 21:33:49.143 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DestStateFips with cardinality: 43, range: 1 
to 56
   2020/10/29 21:33:49.144 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ArrDelay with cardinality: 117, range: 
-2147483648 to 414
   2020/10/29 21:33:49.144 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ArrDelay with cardinality: 117, range: 
-2147483648 to 410
   2020/10/29 21:33:49.144 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DepDelay with cardinality: 147, range: 
-2147483648 to 973
   2020/10/29 21:33:49.145 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ArrDelay with cardinality: 124, range: 
-2147483648 to 340
   2020/10/29 21:33:49.145 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Cancelled with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.145 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Cancelled with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.145 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: TaxiIn with cardinality: 58, range: 
-2147483648 to 196
   2020/10/29 21:33:49.146 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Cancelled with cardinality: 2, range: 0 to 1
   2020/10/29 21:33:49.146 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivAirportIDs with cardinality: 58, range: 
-2147483648 to 15841
   2020/10/29 21:33:49.146 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivAirportIDs with cardinality: 27, range: 
-2147483648 to 15919
   2020/10/29 21:33:49.146 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: OriginAirportSeqID with cardinality: 98, 
range: 1014002 to 1562401
   2020/10/29 21:33:49.147 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: TaxiOut with cardinality: 38, range: 
-2147483648 to 69
   ....


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to