Skip to content
#

distributed-database

Here are 262 public repositories matching this topic...

glkappe
glkappe commented Dec 31, 2021

lightning v5.3.0

After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import

parquet file:
![image](https://user-images.githubusercontent.com/21033020/147809823-214dcb34-0e10-4566-aa75-2109c0525144

cockroach
sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Aug 9, 2021

Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.

Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few

yugabyte-db
ebyhr
ebyhr commented Jan 31, 2022

The current test TestCassandraConnectorTest has some issues:

  • Unrelated types in a table
    • It reduces maintainability when we want to add test cases to a type
  • The definition and data are managed in the different class
    • We need to look for the different class when we want to check the expected values
  • Less coverage in a type
    • Should test min, max, null
    • Should test DST, juli
stdpain
stdpain commented Feb 16, 2022

we should delete following files:

be/src/util/progress_updater.h
be/src/util/progress_updater.cpp

and make some change in be/src/util/CMakeLists.txt

set(UTIL_FILES
   network_util.cpp
   parse_util.cpp
   path_builder.cpp
-# TODO: not supported on RHEL 5
-# perf-counters.cpp
-  progress_updater.cpp
   runtime_profile.cpp
   static_asserts.cpp
   string_parser.c

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

Learn more