Shawn Cao
Shawn Cao
build error - function has multi definition issue when linking qjs.
In the multipath scenario - currently, we skip any bad file that is included in a spec, we use `continue` to continue ingestion. But sometimes, users may want to fail...
Internally let's use UNIX MS (internal type size_t/int64) to store its value. But in the metadata layer, we could mark a column as Datetime so that we could apply different...
Hey @ritvik-statsig, Just try to repro with the file you send to me, unfortunately, I can not repro it. Pls, check the config I use and compare yours and see...
We need have to have a regular routine to ensure all the nodes are up running, which means stale nodes and their data blocks need to be removed. Keeping data...
At the moment - Nebula Server host all metadata in RAM including - Nebula node list - Table list - Data block list - Other meta info (eg. aggregated index)...
In a real-time streaming data ingestion scenario, if the data source serves through HTTP, we use curl to interact with it. Observation: After the Nebula node server runs for a...
Right now - we're supporting table level access info passing for each table definition in the cluster config. This works fine if the cluster works with many different data sources,...
In CSV, if an value is larger than 1000, normally spreadsheet software could export them as formatted string such as "205,102" to escape the delimiter ",", currently Nebula will treat...
Not sure if it's related to build on ARM chip or logic errors starting from some commit. 1. `./StorageTests --gtest_filter=ParquetTest.TestReadThroughFlatRow` 2. `./CommonTests --gtest_filter=CommonTest.TestSliceAndExtendableSlice`