Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-1247

Block pruning not working for date type data type column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • sql
    • None
    • Standalone

    Description

      1. create table if not exists test_date (id int,first_name String,last_name string,email string,gender string,dob date) stored by 'carbondata'
      2. LOAD DATA LOCAL INPATH 'D:/data/MOCK_DATA_24.csv' into table test_date
      3. LOAD DATA LOCAL INPATH 'D:/data/MOCK_DATA_25.csv' into table test_date
      4. select dob from test_date where dob = '2016-06-24'

      Actual Result: In the logs it is going to 2 blocks
      Identified no.of.blocks: 2,
      no.of.tasks: 2,
      no.of.nodes: 0,
      parallelism: 1

      Expected: It should select only one block

      Attachments

        Issue Links

          Activity

            People

              pawanmalwal Pawan Malwal
              mkris.reddy@gmail.com krishna reddy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 9h 50m
                  9h 50m