1. d4466fd [CARBONDATA-3948] Fix for Bloom Index create failure by Vikram Ahuja · 4 years ago
  2. e6850d5 [CARBONDATA-3940] Remove "spark.sql.sources.commitProtocolClass" configuration from SparkCarbonTableFormat by haomarch · 3 years, 9 months ago
  3. 85314dd [CARBONDATA-3945] Fix NullPointerException of data loading by haomarch · 3 years, 9 months ago
  4. c23c32f [CARBONDATA-3941] Support binary data type reading from presto by ajantha-bhat · 3 years, 9 months ago
  5. 8125975 [CARBONDATA-3889] Enable java check style for all java modules by QiangCai · 3 years, 9 months ago
  6. 3800492 [CARBONDATA-3879] Filtering Segmets Optimazation by haomarch · 3 years, 9 months ago
  7. 229a77e [CARBONDATA-3930] Fix DataLoadingException of MVExample by QiangCai · 3 years, 9 months ago
  8. b4fa601 [CARBONDATA-3841] Remove useless string in create and alter command by Manhua · 4 years ago
  9. 2b0c8c0 [CARBONDATA-3939]Exception added for index creation on long string columns by akkio-97 · 3 years, 9 months ago
  10. 7c3bc4d [CARBONDATA-3833] Make geoID visible by Shreelekhya · 4 years ago
  11. 8770c90 [CARBONDATA-3889] Cleanup code in carbondata-core module by QiangCai · 3 years, 9 months ago
  12. e92348e [CARBONDATA-3889] Cleanup code typo in carbondata-spark module by QiangCai · 3 years, 9 months ago
  13. e1dac85 [CARBONDATA-3914] Fixed issue on reading data from carbon tabel through hive beeline when no data by Karan980 · 3 years, 10 months ago
  14. 0367516 [CARBONDATA-3889] Cleanup duplicated code in carbondata-core module by QiangCai · 3 years, 10 months ago
  15. 9557ba7 [HOTFIX] Show Segment with stage returns empty by haomarch · 3 years, 9 months ago
  16. 226323b [CARBONDATA-3924] Add default dynamic parameters only one time in one JVM process by QiangCai · 3 years, 9 months ago
  17. 30eefe3 [CARBONDATA-3920] Fix compaction failure issue for SI table and metadata mismatch in concurrency by akashrn5 · 3 years, 10 months ago
  18. 79275aa [CARBONDATA-3913] Support table properties: dateformat, timestampformat by Shreelekhya · 3 years, 10 months ago
  19. 3161a42 [CARBONDATA-3918] Fix extra data in count(*) after multiple updates and index server running by akashrn5 · 3 years, 10 months ago
  20. ea6ab28 [CARBONDATA-3899] Drop materialized view when executed concurrently from 4 concurrent client fails in by Shreelekhya · 3 years, 10 months ago
  21. 1ce2095 [CARBONDATA-3829] Support pagination in SDK reader by ajantha-bhat · 4 years, 1 month ago
  22. 3c4c05d [CARBONDATA-3900][CARBONDATA-3882][CARBONDATA-3881] Fix multiple concurrent issues in table status lock and segment lock for SI and maintable by ajantha-bhat · 3 years, 10 months ago
  23. 810d98c [CARBONDATA-3911]Fix NullPointerException in case of multiple updates and clean files by akashrn5 · 3 years, 10 months ago
  24. 5963df0 [CARBONDATA-3853] Data load failure when loading with bucket column as DATE data type by Mahesh Raju Somalaraju · 3 years, 10 months ago
  25. eb7757b [CARBONDATA-3910] Fix load failure in cluster when csv present in local file system in case of global sort by akashrn5 · 3 years, 10 months ago
  26. 178aacf [CARBONDATA-3902] Fix CDC delete data issue on partition table by Indhumathi27 · 3 years, 10 months ago
  27. 797719c [CARBONDATA-3907]Refactor to use CommonLoadUtils API's firePreLoadEvents and firePostLoadEvents to by Venu Reddy · 3 years, 10 months ago
  28. aab943a [CARBONDATA-3846] Data load issue for boolean column configured as BUCKET_COLUMNS by akkio-97 · 3 years, 10 months ago
  29. 1a0ed65 [CARBONDATA-3843] Support merging index for streaming table by ajantha-bhat · 4 years ago
  30. c5c1f59 [CARBONDATA-3871][FOLLOW-UP] Fix memory issue of loading sort step when get data from row page by Manhua · 3 years, 10 months ago
  31. 59390d0 [CARBONDATA-3895] Fix FileNotFound exception in query after global sort compaction by akashrn5 · 3 years, 10 months ago
  32. d8a5b7b [CARBONDATA-3849] Push down array_contains filter for array<primitive type> column by ajantha-bhat · 4 years ago
  33. 6165901 [Carbondata-3883] Added filtering for the deleted rows for local dictionary fields by Nitin-Kashyap · 3 years, 10 months ago
  34. 05dc1e6 [CARBONDATA-3889] Cleanup typo code for carbondata-core module by QiangCai · 3 years, 10 months ago
  35. 1cec1ee [CARBONDATA-3889] Cleanup code for carbondata-hadoop module by QiangCai · 3 years, 10 months ago
  36. 23e2760 [CARBONDATA-3889] Cleanup code for carbondata-streaming module by QiangCai · 3 years, 10 months ago
  37. 6def83f [CARBONDATA-3889] Cleanup code for carbondata-common module by QiangCai · 3 years, 10 months ago
  38. ddbe5cd [CARBONDATA-3909] Fix Global sort data load failure issue with Decimal value as NULL by Indhumathi27 · 3 years, 10 months ago
  39. 33c2a57 [HOTFIX] Fix wrong License header by ajantha-bhat · 3 years, 10 months ago
  40. 4a7a213 [CARBONDATA-3898] Support Option 'carbon.enable.mv' by haomarch · 3 years, 10 months ago
  41. ea253a1 [CARBONDATA-3852] [CARBONDATA-3851] Fix Data update issue with SCD/CDC for partition table On spark by Indhumathi27 · 3 years, 10 months ago
  42. 74ccf4a [CARBONDATA-3897] Fixed external table with location creation and deleting issues by kunal642 · 3 years, 10 months ago
  43. 779320b [CARBONDATA-3832]Added block and blocket pruning for the polygon expression processing by Venu Reddy · 4 years, 2 months ago
  44. dde5003 [CARBONDATA-3845] Fix Bucket table creation fails with an exception for empty BUCKET_NUMBER and BUCKET_COLUMNS by Shreelekhya · 3 years, 10 months ago
  45. 181c1b3 [CARBONDATA-3887] Fixed insert failure for global sort null data by kunal642 · 3 years, 10 months ago
  46. 063d9b2 [CARBONDATA-3894] [IUD]decrease the size of tableupdatestaus file by remove the invalid segments not exist in tablestatus by Zhangshunyu · 3 years, 10 months ago
  47. 3b236a3 [CARBONDATA-3893] [IUD] Fix getting block name in compacted segment with dot for horizontal compaction delta files by Zhangshunyu · 3 years, 10 months ago
  48. 4e57b73 [CARBONDATA-3888] Move .flattened-pom.xml to target folder by QiangCai · 3 years, 10 months ago
  49. d4b0709 [CARBONDATA-3885] [CARBONDATA-3884] Fix for load failures with isSIenabled = false and fix for concurrent load failure by Vikram Ahuja · 3 years, 11 months ago
  50. 65d9813 [CARBONDATA-3890] Fix MV case sensitive issues with ImplicitCastInputTypes and add DOC for show MV by Indhumathi27 · 3 years, 10 months ago
  51. 6a20e9f [CARBONDATA-3834] Fix the partition table issues while 'carbon.merge.index.in.segment' is false by Venu Reddy · 4 years ago
  52. cdfe920 [CARBONDATA-3842] Fix incorrect results on mv with limit (Missed code during mv refcatory) by Indhumathi27 · 4 years ago
  53. 797963f [CARBONDATA-3874] segment mismatch between maintable and SI table when load with concurrency by Mahesh Raju Somalaraju · 3 years, 10 months ago
  54. 2bfbc01 [CARBONDATA-3873] Secondary index compaction with maintable clean files causing exception by Mahesh Raju Somalaraju · 3 years, 11 months ago
  55. c89c5ef [CARBONDATA-3886] Use qualified table name for global sort compaction by ajantha-bhat · 3 years, 10 months ago
  56. 18efd84 [CARBONDATA-3879] Filtering Segments Optimazation by haomarch · 3 years, 10 months ago
  57. 1d316fc [CARBONDATA-3877] Reduce read tablestatus overhead during inserting into partition table by haomarch · 3 years, 10 months ago
  58. 9da42c4 [CARBONDATA-3871] Optimize performance when getting row from heap by Manhua · 3 years, 11 months ago
  59. 3908209 [CARBONDATA-3876] Update cli test case to add all columns into sort_columns by Manhua · 3 years, 10 months ago
  60. 16da96c [CARBONDATA-3878] Get last modified time from 'tablestatus' file entry instead of segment file to reduce file operation 'getLastModifiedTime' by QiangCai · 3 years, 10 months ago
  61. dd992ec [CARBONDATA-3875] Support show segments with stage by marchpure · 3 years, 11 months ago
  62. 10aa6e9 [CARBONDATA-3870] Optimize global lock to object lock for CarbonEnv.init by QiangCai · 3 years, 11 months ago
  63. 3663760 Update build status to spark2.4 This closes #3806 by chenliang613 · 3 years, 11 months ago
  64. 9727e02 change build status to spark2.4 by chenliang613 · 3 years, 11 months ago
  65. 755d78c [CARBONDATA-3862] Insert stage performance optimazation by haomarch · 3 years, 11 months ago
  66. fae47a3 [CARBONDATA-3859] Retry to read tablestatus before throwing EOFException or JsonSyntaxException or FileNotFoundException by haomarch · 3 years, 11 months ago
  67. c4b50ca [CARBONDATA-3858] Check CDC deltafiles count in the testcase by haomarch · 3 years, 11 months ago
  68. 4145f6f [CARBONDATA-3860] Fix IndexServer keeps loading some segments index repeatly by haomarch · 3 years, 11 months ago
  69. b36fc3e [CARBONDATA-3856] Support the LIMIT operator for show segments command by haomarch · 3 years, 11 months ago
  70. daee357 [CARBONDATA-3854] Quotechar support to more than one character by Mahesh Raju Somalaraju · 3 years, 11 months ago
  71. 5b8bdcd [CARBONDATA-3820] Fix CDC failure when sort columns present in source dataframe by haomarch · 4 years ago
  72. 45b4781 [CARBONDATA-3840] Mark features as experimental by kunal642 · 4 years ago
  73. c4f98c1 [CARBONDATA-3839]Fix rename file failed for FilterFileSystem DFS object by akashrn5 · 4 years ago
  74. c0e1878 [CARBONDATA-3836] Fix metadata folder FileNotFoundException while creating new carbon table by Manhua · 4 years ago
  75. a2c19f5 [CARBONDATA-3837] Fallback to the original plan when mv rewrite throw exception by QiangCai · 4 years ago
  76. 76e5489 [CARBONDATA-3835] Fix global sort issues by ajantha-bhat · 4 years ago
  77. ba4cda8 [maven-release-plugin] prepare for next development iteration by kunal642 · 4 years ago
  78. d71074b [CARBONDATA-3791] Updated documentation for dynamic configuration params by Venu Reddy · 4 years ago
  79. 10030da [CARBONDATA-3548]Renamed index_handler to spatial_index property and indexColumn is changed to spatialColumn by Venu Reddy · 4 years ago
  80. 544e1e2 [CARBONDATA-3815]Insert into table select from another table throws exception for spatial tables by Venu Reddy · 4 years ago
  81. 4081e6a [CARBONDATA-3791] update pycarbon document by ajantha-bhat · 4 years ago
  82. a61c183 [CARBONDATA-3808] Added documentation for cdc and scd scenarios by Indhumathi27 · 4 years ago
  83. bcc2953 [CARBONDATA-3804] Provide end-to-end flink integration guide by liuzhi · 4 years ago
  84. b61e31d [CARBONDATA-3822] Fixed load time taken and added format back by kunal642 · 4 years ago
  85. 4999183 [CARBONDATA-3818] Missed code to check "MV with same query already exists" during MV Refactory by Indhumathi27 · 4 years ago
  86. c726af2 [CARBONDATA-3817]Fix table creation with all columns as partition columns by akashrn5 · 4 years ago
  87. 66b7533 [CARBONDATA-3800] Load data to SI and MV after insert stage command by Indhumathi27 · 4 years ago
  88. 4a70cd5 [CARBONDATA-3811] Fix flat folder query returns 0 rows by ajantha-bhat · 4 years ago
  89. 5ccaf47 [CARBONDATA-3801][CARBONDATA-3805][CARBONDATA-3809] Query on partition table with SI having multiple partition by Indhumathi27 · 4 years ago
  90. 8a3c8a4 [CARBONDATA-3799] Fix inverted index cannot work with adaptive encoding by ajantha-bhat · 4 years ago
  91. c063610 [CARBONDATA-3814]Remove dead code and refactor MV events by akashrn5 · 4 years ago
  92. 277c97a [HOTFIX] Set default header for load data in legacy enviroment by QiangCai · 4 years ago
  93. 5a5ef9f [CARBONDATA-3713] update SDK doc about sort columns by ajantha-bhat · 4 years ago
  94. 3a1d80f [CARBONDATA-3793]Data load with partition columns fail with InvalidLoadOptionException when by Venu Reddy · 4 years ago
  95. 16763bd [CARBONDATA-3786] Presto carbon reader should use tablePath from hive catalog by ajantha-bhat · 4 years ago
  96. 8196dc2 [CARBONDATA-3812] Set output metrics for data load spark job by QiangCai · 4 years ago
  97. e51903c [CARBONDATA-3810] Partition column name should be case insensitive by QiangCai · 4 years ago
  98. 080ac6f [CARBONDATA-3803] Mark CarbonSession as deprecated since 2.0 by QiangCai · 4 years ago
  99. 5eff5dc [CARBONDATA-3792]Refactor system folder location and removed unwanted property by akashrn5 · 4 years ago
  100. 72ea440 [CARBONDATA-3791] Index server doc changes by Vikram Ahuja · 4 years ago