-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create user API for specifying tabular data to be written back to Impala #10
Comments
maxmzkr
added a commit
to maxmzkr/ibis
that referenced
this issue
Nov 22, 2016
vnlitvinov
added a commit
to vnlitvinov/ibis
that referenced
this issue
Mar 30, 2020
amyskov
pushed a commit
to amyskov/ibis
that referenced
this issue
Mar 31, 2020
Use conda api to execute conda commands
Closing as wontfix. |
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: test(flink): turn on the common backend test suite Co-authored-by: mfatihaktas <mfatihaktas@gmail.com> # This is the commit message ibis-project#2: chore(flink): improve marker re deserializing JSON # This is the commit message ibis-project#3: test(flink): summarize the xfail reason for a test # This is the commit message ibis-project#4: refactor(flink): condense logic for table creation # This is the commit message ibis-project#5: chore(flink): mark WIP tests using notimpl instead # This is the commit message ibis-project#6: chore(flink): remove the useless/redundant reasons # This is the commit message ibis-project#7: chore(flink): change a "broken" `mark` to "notyet" # This is the commit message ibis-project#8: chore(flink): remove backend-specific expectations # This is the commit message ibis-project#9: test(flink): remove conditional expected_for_flink # This is the commit message ibis-project#10: chore(flake/nixpkgs): `0e18a0a0` -> `37c290f0` # This is the commit message ibis-project#11: chore(deps): update trinodb/trino docker tag to v431 # This is the commit message ibis-project#12: chore(flake/poetry2nix): `3b6124e9` -> `365879d4` # This is the commit message ibis-project#13: chore: constrain using expanded bounds syntax # This is the commit message ibis-project#14: chore(flake/nixpkgs): `37c290f0` -> `a9d001fd`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by wesm
Tuesday Dec 09, 2014 at 20:11 GMT
Originally opened as http://github.mtv.cloudera.com/wesm/ibis/issues/10
User-defined aggregations right now will have their results stored as pickled Python objects in the column of a result set / new Impala table. We might wish to eventually emit data that Impala can recognize as a primitive tuple or a batch of rows that can be worked with independent of Python.
The text was updated successfully, but these errors were encountered: