Skip to content

issues Search Results · repo:datastax/astra-db-java language:Java

Filter by

27 results
 (90 ms)

27 results

indatastax/astra-db-java (press backspace or delete to remove)

Not major or a blocker; I just noticed this during testing. When calling getTable with a table name that does not exist, the error message uses collection instead of table : An exception occurred while ...
  • skedwards88
  • 1
  • Opened 
    on Mar 10
  • #45

In the definition of entity to define a row in a class you can set some annotation. As such the table can be created by reading those properties. For vector the option to work with Service are not supported ...
  • clun
  • Opened 
    on Mar 5
  • #44

From this Slack conversation When I execute the following code, I would expect upsertion. However, it looks like no documents are replaced or upserted. Filter filter = Filters.eq( _id , Idontexist ...
  • skedwards88
  • Opened 
    on Feb 3
  • #43

Given this code: Collection Document ccc = getCollection(true); ccc.insertOne(new Document( 1 ) .append( isCheckedOut , true) .append( numberOfPages , 1) ...
fixed
  • clun
  • Opened 
    on Jan 30
  • #42

As of today the class only to update fields of type Double public Update updateSetOnInsert(Map String, Double fields) { fields.forEach((key, value) - update( $setOnInsert , key, value)); ...
bug
fixed
  • clun
  • Opened 
    on Jan 27
  • #41

As of today with the java client it is required to retrieve a first element to be able to access the sort vector We would like to trigger a fetch of the firstPage of the cursor is still idle
fixed
  • clun
  • 1
  • Opened 
    on Jan 27
  • #40

Collection should be updated to use the cursor field and not only the FindIterable
fixed
  • clun
  • Opened 
    on Jan 27
  • #39

1. Building document with appendor put We want to use a dot notation to populate a document and create the needed submaps as we go Document doc = new Document(); doc.append( field1 , hello ); doc.append( ...
fixed
  • clun
  • Opened 
    on Jan 27
  • #38

How to sort a field by ascending/descending for UpdateOneOptions. but I don t see how to do a vector search. (e.g. the vector search syntax that I use for FindOneOptions public FindOneOptions sort(float[] ...
fixed
  • clun
  • 2
  • Opened 
    on Jan 27
  • #37

TableDeleteOneOptions was accepting a sort array as parameters. And it should not: - [x] Remove it from the options - [x] Remove it from the Table - [x] Remove it from the Tests - [x] Remove it ...
bug
fixed
  • clun
  • Opened 
    on Dec 10, 2024
  • #36
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub