Commit Graph

  • 0792e06eed Fix NPE of insert load job persist operation (#1683) Mingyu Chen 2019-08-21 20:30:55 +08:00
  • 9f50f84b68 Fix bug: "SHOW DATA" or "SHOW PARTITIONS", the DATA-SIZE less than 0 (#1680) worker24h 2019-08-21 02:33:26 -05:00
  • 978b1ee1af Add strict mode in Routine load, Stream load and Mini load (#1677) EmmyMiao87 2019-08-20 21:56:45 +08:00
  • 0a27ef030b Reduce the number of partition info in BrokerScanNode param (#1675) Mingyu Chen 2019-08-20 19:30:57 +08:00
  • 176e185e18 Add broker doc (#1662) Mingyu Chen 2019-08-20 17:18:54 +08:00
  • 8e6814cfcd Support setting timeout for stream load (#1670) Mingyu Chen 2019-08-20 15:43:03 +08:00
  • 3b80ea3438 Change WriteLock to ReadLock when report tablet status (#1673) lichaoyong 2019-08-20 12:34:33 +08:00
  • ccaf39c48f Fix spelling mistake (#1676) Ethan 2019-08-20 12:16:55 +08:00
  • 851b2ca3bd Remove unused code in StorageEngine (#1671) lichaoyong 2019-08-20 10:50:07 +08:00
  • 731f78accc Don't persisted the data source info in broker load (#1665) EmmyMiao87 2019-08-19 15:45:21 +08:00
  • cd2b8373c2 Fix Stream load double NumberTotalRows (#1664) kangkaisen 2019-08-19 12:23:43 +08:00
  • acf868c9d0 Support page compression and checksum in BetaRowset (#1646) ZHAO Chun 2019-08-19 09:40:47 +08:00
  • ba6d728f26 Enable parsing columns from file path for Broker Load (#1582) (#1635) yuanli 2019-08-19 09:39:21 +08:00
  • 6d73658207 Support checking error data row when doing INSERT (#1597) Mingyu Chen 2019-08-16 21:40:29 +08:00
  • 82d0afc1ba FROM_UNIXTIME should only convert timestamp from 0 to 253402271999 (#1658) Mingyu Chen 2019-08-16 18:29:57 +08:00
  • 57a1a718c7 print logs when parse scroll result failed (#1661) yiguolei 2019-08-16 17:48:23 +08:00
  • 0e6560ceca Fix document typo (#1657) manannan2017 2019-08-16 14:52:32 +08:00
  • 1ed25ad83d Add kafka_default_offsets when no partiotion specify wkhappy1 2019-08-16 13:30:26 +08:00
  • b85bd334de Remove tempory fail UT (#1659) ZHAO Chun 2019-08-16 11:26:41 +08:00
  • 4f27129368 Fix get label when use StreamLoad (#1655) DDDDDDouble 2019-08-16 09:56:20 +08:00
  • b94892082b Use same dir during schema change (#1653) yiguolei 2019-08-15 18:20:09 +08:00
  • a551abba58 Modify timediff documents (#1600) HangyuanLiu 2019-08-15 12:45:53 +08:00
  • 38c82c039f Prepare _input_row_num and _input_rowsets_size before compaction (#1643) lichaoyong 2019-08-14 22:54:27 +08:00
  • 4cc2285094 Make http server and thrift server backlog num configurable (#1638) kangkaisen 2019-08-14 19:58:48 +08:00
  • 85e89b79d5 Print src tuple in error_sample file (#1641) EmmyMiao87 2019-08-14 19:58:09 +08:00
  • cc7a2a3eb8 Check all tablet using partition tablet map during publish version (#1619) yiguolei 2019-08-14 18:24:52 +08:00
  • 03b99ddd37 Fix bug that bad replica can not be synchronized when report (#1634) Mingyu Chen 2019-08-14 09:49:44 +08:00
  • 199ff968dc Fix time zone compatibility (#1631) HangyuanLiu 2019-08-13 18:44:35 +08:00
  • dcb75729db Change cumulative compaction for decoupling storage from compution (#1576) lichaoyong 2019-08-13 18:25:56 +08:00
  • 582c313190 Fix HLLContext cast error (#1632) ZHAO Chun 2019-08-13 14:38:21 +08:00
  • 780a255112 Change the prefix of table info apis (#1625) EmmyMiao87 2019-08-13 11:30:32 +08:00
  • 032d0b41bb Fix compile error (#1630) ZHAO Chun 2019-08-13 10:00:18 +08:00
  • c8352a9e4d Insert select Stmt keep the same semantics with mysql (#1626) (#1628) wangbo 2019-08-13 09:56:26 +08:00
  • 1e2a4c3b9b Fix tablet restore api in BE(#1623) (#1624) kangpinghuang 2019-08-13 09:34:24 +08:00
  • 69af50aa8c Time zone related BE function (#1598) HangyuanLiu 2019-08-12 20:57:59 +08:00
  • c0253a17fc Add block compression codec and remove not used codec (#1622) ZHAO Chun 2019-08-12 20:47:16 +08:00
  • af8256be2a Implement BetaRowsetWriter (#1590) Dayue Gao 2019-08-12 16:41:47 +08:00
  • 3080139e78 Avoid load or query failed when doing alter job Mingyu Chen 2019-08-12 16:27:34 +08:00
  • b4ba77a594 Fix bug that encounter "No more data to read" when accessing broker (#1621) Mingyu Chen 2019-08-12 14:06:47 +08:00
  • 2bd01b23c7 Add page cache for column page in BetaRowset (#1607) ZHAO Chun 2019-08-12 10:42:00 +08:00
  • cf2155cf45 Add spark-doric-connector overview (#1526) Yunfeng,Wu 2019-08-11 13:00:16 +08:00
  • e3348c46a9 Expose data pruned-filter-scan ability (#1527) Yunfeng,Wu 2019-08-11 12:59:24 +08:00
  • add6266c71 Broker load supports function (#1592) EmmyMiao87 2019-08-09 13:27:31 +08:00
  • a6d3099a68 Fix bug: localtime is not thread-safe,then changed to localtime_r. (#1614) worker24h 2019-08-08 09:00:43 -05:00
  • 69de5df167 Fix bug that cluster balance may cause load job failed (#1581) Mingyu Chen 2019-08-08 18:38:30 +08:00
  • 326d765c64 Add doc of modify replication num upon partition (#1611) lichaoyong 2019-08-08 16:47:32 +08:00
  • f4ad2381e6 Fix error DCHECK for partition_columns (#1606) kangkaisen 2019-08-08 16:29:08 +08:00
  • fd2accbcf9 Modify some docs' format to make it work with document website (#1604) Mingyu Chen 2019-08-08 14:47:38 +08:00
  • b937887133 Include header file for ‘preadv' which caused break build on ubuntu 18.04 (#1602) lenmom 2019-08-08 09:30:21 +08:00
  • 60d997fe67 Fix errors when ES username and passwd is empty (#1601) Yunfeng,Wu 2019-08-08 09:29:23 +08:00
  • 4c2a3d6da4 Merge Help document to documentation (#1586) xy720 2019-08-07 21:31:53 +08:00
  • 41cbedf57d Manage tablet by partition id (#1591) yiguolei 2019-08-07 20:54:50 +08:00
  • dc4a5e6c10 Support Decimal Type when load Parquet File (#1595) worker24h 2019-08-07 06:52:23 -05:00
  • 9402456f5b Fix parquet directory have empty file (#1593) HangyuanLiu 2019-08-07 15:08:22 +08:00
  • f7a05d8580 Support setting timezone variable in FE (#1587) Youngwb 2019-08-07 09:25:26 +08:00
  • 343b913f0d Fix a serious bug that will cause all replicas being deleted. (#1589) Mingyu Chen 2019-08-06 19:23:53 +08:00
  • b2e678dfc1 Support Segment for BetaRowset (#1577) ZHAO Chun 2019-08-06 17:15:11 +08:00
  • ec7b9e421f Acquire tablet map write lock during tablet gc (#1588) yiguolei 2019-08-06 17:14:39 +08:00
  • d938f9a6ea Implement the initial version of BetaRowset (#1568) Dayue Gao 2019-08-06 10:40:16 +08:00
  • eda55a7394 Fix bug that unable to delete replica if version is missing (#1585) Mingyu Chen 2019-08-05 16:19:05 +08:00
  • 93a3577baa Support multi partition column when creating table (#1574) Mingyu Chen 2019-08-05 16:16:43 +08:00
  • 938c6d4cdf Thrown TabletQuorumFailedException in commitTxn (#1575) EmmyMiao87 2019-08-04 15:54:03 +08:00
  • 6c21a5a484 Switch MAKE_TEST off in build.sh (#1579) ZHAO Chun 2019-08-03 22:49:35 +08:00
  • cefe1794d4 Fix bug that replicas of a tablet may be located on same host (#1517) Mingyu Chen 2019-08-01 10:26:06 +08:00
  • 9128af6499 Broker load hang when rpc failed (#1567) EmmyMiao87 2019-07-31 19:03:38 +08:00
  • c5edf9dae0 Unify Field and ColumnSchema in Storage (#1561) ZHAO Chun 2019-07-30 14:01:57 +08:00
  • 8bc8fcffae Fix NullPointerException when creating mini load in LoadManager (#1565) EmmyMiao87 2019-07-30 12:52:14 +08:00
  • e0d991f4dc Remove unreachable code in EnginePublishVersionTask (#1562) Dayue Gao 2019-07-30 12:35:21 +08:00
  • 2cb82c57bb Fix bug that <=> operator and in operator get wrong result (#1516) chenhao 2019-07-30 11:17:53 +08:00
  • 97718a35a2 Do not get file size in Broker openReader() method (#1560) Mingyu Chen 2019-07-29 23:05:01 +08:00
  • 99836f0d7c Modify load docs (#1558) Mingyu Chen 2019-07-29 15:48:59 +08:00
  • 011bdcd641 Bump thirdparty's BZIP2 version to 1.0.8 (#1559) Yingchun Lai 2019-07-29 00:10:44 +08:00
  • 0694b6a6fa Fix bugs of Broker load (#1546) Mingyu Chen 2019-07-27 20:17:05 +08:00
  • 8a7fe521d6 Allow the null default in insert into stmt (#1556) EmmyMiao87 2019-07-26 21:32:00 +08:00
  • abda544d3c Fix bug that getting compatible type for TIME with other types fails (#1544) chenhao 2019-07-26 19:10:04 +08:00
  • 6c8d34fa70 Fix bug which make BE crash when load HLL type (#1552) ZHAO Chun 2019-07-26 11:22:08 +08:00
  • e8561d71a6 Add dict page (#1409) kangpinghuang 2019-07-26 09:47:11 +08:00
  • 000e9cf53c Add administrator guide of load (#1488) EmmyMiao87 2019-07-25 21:02:32 +08:00
  • 473d69e8f8 Fix the mistake in docs of rollup (#1551) EmmyMiao87 2019-07-25 20:53:41 +08:00
  • dbc912d2df Unify ColumnSchemaV2 and ColumnSchema to one (#1545) ZHAO Chun 2019-07-25 10:48:16 +08:00
  • 8160232097 Fix miss delete predicate when clone (#1541) kangpinghuang 2019-07-25 09:16:44 +08:00
  • e29eceae0a Fix the null pointer exception when ReplayOnAborted of txn in broker load (#1543) EmmyMiao87 2019-07-24 22:17:55 +08:00
  • 0805b05d81 Remove unused FieldInfo (#1540) ZHAO Chun 2019-07-24 19:33:30 +08:00
  • 4f4c8d1824 Fix Bug: Load fail when we don't specify format type. (#1538) worker24h 2019-07-24 02:53:00 -05:00
  • fde3941185 Remove unused code (#1537) ZHAO Chun 2019-07-24 14:48:01 +08:00
  • 7c24bf38bc Show load statement support offset (#1531) HangyuanLiu 2019-07-24 13:27:21 +08:00
  • a6f0b5c789 Change RowsetWriter num_rows() return int64_t (#1535) ZHAO Chun 2019-07-24 10:44:38 +08:00
  • 9e2b93a8e2 Fix rowset build validate failure (#1532) kangpinghuang 2019-07-24 10:08:39 +08:00
  • 68782be7a6 Refactor storage aggregate framework (#1529) ZHAO Chun 2019-07-24 10:02:35 +08:00
  • a88b55e649 Add more logs and metrics to trace the broker load process (#1530) Mingyu Chen 2019-07-23 21:42:44 +08:00
  • 69040572fb Use different ID instead of table ID for base index of an OLAP table (#1524) Mingyu Chen 2019-07-23 15:48:45 +08:00
  • c34b35e6c4 Add ALTER_TABLET task in be (#1497) yiguolei 2019-07-23 15:16:22 +08:00
  • 4aedaea84e Support TIME type and timediff function (#1505) HangyuanLiu 2019-07-23 13:42:40 +08:00
  • 221cd2e103 Fix bug that user with LOAD_PRIV can see load job by SHOW LOAD stmt (#1528) Mingyu Chen 2019-07-23 08:48:23 +08:00
  • 0c8e91adf4 Add storage rowwise iterator (#1515) ZHAO Chun 2019-07-22 14:35:11 +08:00
  • cd7ab5af0b Fix variable arguments bug in UDAF (#1523) WingC 2019-07-21 23:11:56 +08:00
  • 7b019ab37f Fix bug that WrapperField does not consider HLL column type when creating (#1514) Mingyu Chen 2019-07-19 18:19:23 +08:00
  • 6e1ccbc542 Fix index.rst file for aggregation-function SQL reference docs (#1518) Mingyu Chen 2019-07-19 18:16:50 +08:00
  • 74eb43206d Fix segment group add zone check bug and remove unused meta log (#1513) kangpinghuang 2019-07-19 17:03:19 +08:00
  • 227af49331 Fix rollup bug when init RowCursor in MergeContext (#1510) lichaoyong 2019-07-19 14:32:58 +08:00