1. ef44876 PHOENIX-7963 : Support overriding secondary index consistency via CreateTable Tags (#13) by Palash Chauhan · 7 days ago main
  2. 88652a1 PHOENIX-7901: Support JDK 11/17/21 in phoenix-adapters (#10) by Jing Yu · 7 days ago
  3. c348ce5 PHOENIX-7954 Update phoenix-adapters to use latest 5.3.2 phoenix (#11) by Lokesh Khurana · 3 weeks ago
  4. 8fab6c9 PHOENIX-7900 Return HTTP 400 for missing ExpressionAttributeValues (#9) by Jing Yu · 3 weeks ago
  5. 1519754 Support ReturnValues UPDATED_NEW and UPDATED_OLD for UpdateItem API by Viraj Jasani · 4 weeks ago
  6. 5570feb Fix JDK17 GC options + JPMS flags by Anish Dubey · 4 weeks ago
  7. 8861d05 Project PKs only when Select in Query/Scan is COUNT by Palash Chauhan · 4 weeks ago
  8. 2b04099 Enable autoupgrade on phoenix-adapters by Viraj Jasani · 5 weeks ago
  9. bec54ee UpdateExpression tests for String literals with +/- by Palash Chauhan · 7 weeks ago
  10. 77feef9 Add $HBASE_CONF_DIR to classpath by Palash Chauhan · 7 weeks ago
  11. 51dc628 README update with alternatives (Addendum) (#8) by Palash Chauhan · 8 weeks ago
  12. 192ec69 README update with alternatives (#7) by Palash Chauhan · 8 weeks ago
  13. 0bce23f PHOENIX-7868 : Docker setup for phoenix-adapters (#6) by Palash Chauhan · 8 weeks ago
  14. 9a7b377 KCL v1 1.13 compatibility test framework + DescribeStream pagination changes by Palash Chauhan · 9 weeks ago
  15. 0851236 UpdateContinuousBackup API by Palash Chauhan · 9 weeks ago
  16. 55473b3 Align DynamoDB Streams identifiers with AWS by Viraj Jasani · 10 weeks ago
  17. 8da7f63 Align DynamoDB Streams userIdentity.principalId with AWS spec by Viraj Jasani · 10 weeks ago
  18. ba5b650 ANTLR grammar for Update Expressions by Palash Chauhan · 8 weeks ago
  19. 9cc68b2 Add randomized 25-index DynamoDB Query/Scan parity test against eventually-consistent indexes by Aditya Auradkar · 2 months ago
  20. a8674ee Support list_append in UpdateExpression SET by Palash Chauhan · 2 months ago
  21. b41031c Add change stream record fields for KCL parity by Palash Chauhan · 2 months ago
  22. 6e3b112 eventId for change stream record by Palash Chauhan · 2 months ago
  23. 245f441 Provide update cache frequency in Create CDC by Palash Chauhan · 8 weeks ago
  24. e8b53bf Increase timed wait for misc tests using GSIs by Viraj Jasani · 3 months ago
  25. 0a9ed8b Eventually Consistent Global Secondary Indexes by Viraj Jasani · 3 months ago
  26. 58be611 Log all DDL statements by Viraj Jasani · 4 months ago
  27. 2defd8a Support segment scan on indexes by Palash Chauhan · 4 months ago
  28. c241a4b Update surefire (addendum) by Palash Chauhan · 4 months ago
  29. 0d1b34b Fix flapper UpdateTableIT updateTableCreateCDCAndCreateIndex by Palash Chauhan · 5 months ago
  30. 166e9a5 Relax connection timeouts by Viraj Jasani · 5 months ago
  31. f6df24b Update surefire plugin by Palash Chauhan · 8 weeks ago
  32. a67fed6 Phoenix RVC for Scan Pagination by Palash Chauhan · 5 months ago
  33. 93985c5 Revert Skip last evaluated key when items by Palash Chauhan · 5 months ago
  34. 9ebc6d2 DeleteItem changes for conditional deletes by Palash Chauhan · 5 months ago
  35. 198036c RESTServer changes for flapping tests by Palash Chauhan · 5 months ago
  36. 891efdb Regex based replacement of expression attribute names by Palash Chauhan · 5 months ago
  37. 892858f Set OLD/NEW image in stream record only when they are not empty by Palash Chauhan · 5 months ago
  38. 9b479c9 Using Phoenix RVC for Index Query Pagination by Palash Chauhan · 5 months ago
  39. 5da18c9 GetRecords query should use PreparedStatement.setDate() by Viraj Jasani · 5 months ago
  40. fb15989 Evaluate udpate expression on empty document to create VALUES entity by Palash Chauhan · 5 months ago
  41. 5405441 Reduce update cache frequency to 1 min by Palash Chauhan · 5 months ago
  42. e0094b7 Move binary streams test to new class by Palash Chauhan · 6 months ago
  43. 3f88971 Fix update expression parsing for SET with IF_NOT_EXISTS and arithmetic ops by Palash Chauhan · 6 months ago
  44. 26dea87 Add 'aws' and 'http' to the .asf.yaml file by Viraj Jasani · 9 weeks ago
  45. 6dbcce9 PHOENIX-7866 Bump phoenix and hbase dependencies for phoenix-adapters (#5) by Viraj Jasani · 9 weeks ago
  46. 5ae0dd0 [INFRA] Set up default rulesets for default and release branches (#4) by The Apache Software Foundation · 9 weeks ago
  47. 9cf9aaf API doc updates by Viraj Jasani · 3 months ago
  48. d5028af Project Overview with API Reference by Viraj Jasani · 3 months ago
  49. 99f0aad Skip setting null item on exception when using UPDATE_ONLY and row does not exist by Palash Chauhan · 6 months ago
  50. 6b16d2f Duplicates and table existence validation in BatchWriteItem by Palash Chauhan · 6 months ago
  51. 2004c84 Fix pagination token for last page in DescribeStream and ListTables by Palash Chauhan · 6 months ago
  52. 6a13df1 Mock BillingModeSummary in DescribeTable by Palash Chauhan · 6 months ago
  53. 09a5b6a Use ANTLR grammar to evaluate KeyConditionExpression in query by Rahul Kumar · 6 months ago
  54. 14b6b0d Skip last evaluated key when items to return are less than limit by Palash Chauhan · 6 months ago
  55. b22cbc3 Use index cron job to drop deleted indexes by Palash Chauhan · 7 months ago
  56. 4f929d7 Return mock consumed capacity for all APIs by Palash Chauhan · 7 months ago
  57. 7185259 Test for UpdateTable Enable Stream + Describe Stream after table splits by Palash Chauhan · 7 months ago
  58. 3a667b5 Use IndexBuildingActivator to build index via Index Tool by Palash Chauhan · 8 months ago
  59. 31edbe4 PHOENIX-7738 Tests with random filter expressions and segment scan (#2) by Viraj Jasani · 8 months ago
  60. ed06a27 PHOENIX-7736 Setup github workflow for Phoenix Adapters (#1) by Viraj Jasani · 8 months ago
  61. 9ad2f9b Additional tests for sparse index using UpdateItem by Viraj Jasani · 8 months ago
  62. 64fb2db Additional tests for scan and query with indexes by Viraj Jasani · 8 months ago
  63. 7259bed Use uncovered index by Palash Chauhan · 8 months ago
  64. 7e75c46 Fix index tool usage in test by Palash Chauhan · 9 months ago
  65. 15e8fbc adding .asf.yaml by Viraj Jasani · 9 months ago
  66. c2c38b4 update README by Viraj Jasani · 9 months ago
  67. 505b402 update pom for coverage-report by Viraj Jasani · 9 months ago
  68. af26444 update README by Viraj Jasani · 9 months ago
  69. 1a89298 cleanup by Viraj Jasani · 9 months ago
  70. 8f297e0 Phoenix Adapters by Viraj Jasani · 9 months ago
  71. e945c8b CreateTable improvements by Viraj Jasani · 9 months ago
  72. 01e80df Test for async index creation, activation, building and query by Palash Chauhan · 9 months ago
  73. f76d20e GetRecords - Use ORDER BY on PARTITION_ID() and PHOENIX_ROW_TIMESTAMP() and eliminate redundant casts by Viraj Jasani · 9 months ago
  74. cb2857a Create index as table + index name by Viraj Jasani · 9 months ago
  75. c014799 Table re-creation after certain age to throw ResourceInUseException by Viraj Jasani · 9 months ago
  76. bf019ee Disable merges on tables only when stream is enabled by Palash Chauhan · 9 months ago
  77. 81c4c37 Batch API changes by Palash Chauhan · 9 months ago
  78. f08f257 Replace hardcoded DDB schema name by Palash Chauhan · 9 months ago
  79. d0f862c Use Index committer post writer lazy mode by Viraj Jasani · 10 months ago
  80. 5169dc7 Move tests to ddb package by Palash Chauhan · 9 months ago
  81. c8f9ba4 update image by Viraj Jasani · 9 months ago
  82. 33edb4f Use ORDER BY for Scan and Query (ADDENDUM) by Viraj Jasani · 9 months ago
  83. 9fb1e98 Use ORDER BY for Scan and Query by Palash Chauhan · 10 months ago
  84. 7f6309b ScanConfig refactor by Palash Chauhan · 10 months ago
  85. be5c0bb UpdateTable validations for Streams by Palash Chauhan · 10 months ago
  86. d41ad34 Support Segment Scan on Tables by Palash Chauhan · 10 months ago
  87. a1b22e1 Add tests to TestCreateTable and TestDeleteTable by Aditya Auradkar · 10 months ago
  88. ef95fff Ensuring that the writer is not null before writing or closing by Aditya Auradkar · 10 months ago
  89. f674562 Fix some sonarqube code smells by Palash Chauhan · 10 months ago
  90. 10b0d95 Support ReturnValuesOnConditionCheckFailure ALL_OLD for DeleteItem API by Palash Chauhan · 10 months ago
  91. ba3d828 Support SELECT in Query and Scan API by Palash Chauhan · 10 months ago
  92. 71c5399 Sonarqube Properties by Palash Chauhan · 10 months ago
  93. 64fb1da Add test for KeyConditionsHolder by Palash Chauhan · 10 months ago
  94. e818c41 Support ScanIndexForward for data tables by Viraj Jasani · 9 months ago
  95. a508e05 Phoenix connection configs by Palash Chauhan · 10 months ago
  96. 89b7771 Code Coverage Addendum by Palash Chauhan · 10 months ago
  97. c534b48 Configure HTTP server idle connection timeout by Viraj Jasani · 9 months ago
  98. 0ba8c0a Code Coverage by Palash Chauhan · 9 months ago
  99. 0215c2e Remove redundant imports by Viraj Jasani · 11 months ago
  100. a2a4026 Remove legacy params validation by Palash Chauhan · 11 months ago