-
Updated
Oct 28, 2020 - TypeScript
interactive
Here are 1,067 public repositories matching this topic...
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 24, 2020 - PowerShell
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Java
Describe the bug
It's possible to create a stream or table with no value columns using a CREATE TABLE or CREATE STREAM statement. No error is returned.
However, if you try and use the stream or table in a downstream CREATE TABLE AS or CREATE STREAM AS statement you get a error message.
i.e. the table/stream created with no columns isn't useful.
To Reproduce
-
Updated
Oct 16, 2020 - Go
expected response: nothing to save or commit
actual response: Please provide a description of your changes...
LANG=en_EN.UTF-8 bit sync -> OK
LANG=ru_RU.UTF-8 bit sync -> not OK
therefore, bit sync -> not OK for me.
-
Updated
Oct 23, 2020 - Python
-
Updated
May 20, 2020 - Swift
Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 23, 2020 - Go
-
Updated
Oct 26, 2019 - JavaScript
Create a new notebook, add cells containing @__FILE__ and @__DIR__. Then move the file from the default location to a new name and location. For fun, add additional cells containing @__FILE__ and @__DIR__. Note that re-running the cells which display the out-of-date results does not cause them to update their results.

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185
We could document
statsFilenameandreportFilenameoptions allowing the use of an absolute file path like/path/to/folderso that people would know it's supported.Let us know in this issue if you would like to contribute to this!